The Heart Valves - Tricuspid - Aortic - Mitral - Pulmonary (2025)

The valves of the heart are structures which ensure blood flows in only one direction.They are composed of connective tissue and endocardium (the inner layer of the heart).

There are four valves of the heart, which are divided into two categories:

  • Atrioventricular valves: The tricuspid valve and mitral (bicuspid) valve. They are located between the atria and corresponding ventricle.
  • Semilunar valves: The pulmonary valve and aortic valve. They are located between the ventricles and their corresponding artery, and regulate the flow of blood leaving the heart.

In this article, we will look at the anatomy of these valves – their structure, function, and their clinical correlations

By OpenStax College [CC BY 3.0], via Wikimedia Commons

Fig 1
The four valves of the heart, visible with the atria and great vessels removed.

Premium Feature

3D Model

Premium Feature

Access this feature with premium.

Go Premium

Atrioventricular Valves

The atrioventricular valves are located between the atria and the ventricles. They close during the start of ventricular contraction (systole), producing the first heart sound. There are two AV valves:

  • Tricuspid valve – located between the right atrium and the right ventricle (right atrioventricular orifice).Itconsists ofthree cusps (anterior, septal and posterior), withthe base of each cusp anchoredto a fibrous ring that surrounds the orifice.
  • Mitral valve –located between the left atrium and the left ventricle (left atrioventricular orifice).It is also known as thebicuspid valvebecause it has two cusps (anterior andposterior). Like the tricuspid valve, thebase of each cusp is securedtofibrous ring that surrounds the orifice.

The mitral and tricuspid valvesare supported by the attachment of fibrous cords (chordae tendineae) to the free edges of thevalve cusps. The chordae tendineae are, in turn, attachedto papillary muscles,located on the interior surface of the ventricles – these muscles contract during ventricular systole to prevent prolapse of the valve leafletsinto the atria.

There are five papillary muscles in total. Three are located in the right ventricle, and support the tricuspid valve. The remaining two are located within the left ventricle, and act on the mitral valve.

Fig 2
The papillary muscles and inflow portion of the left ventricle.

Semilunar Valves

The semilunarvalves are located between the ventricles and outflow vessels.They close at the beginningofventricular relaxation(diastole), producing the second heart sounds. There are two semilunar valves:

  • Pulmonary valve – located between the right ventricle and the pulmonary trunk (pulmonary orifice).The valve consists ofthreecusps – left, right andanterior (named by their position in the foetus before the heart undergoes rotation).
  • Aortic valve – located between the left ventricle and the ascending aorta (aortic orifice).The aortic valveconsists of threecusps – right, leftandposterior.
    • The left and right aortic sinuses mark the origin of the left and right coronary arteries. As blood recoils during ventricular diastole, it fills theaortic sinuses and enters the coronary arteries to supply the myocardium.

The pulmonary and aortic valves have a similar structure. The sides of each valve leaflet are attached to the walls of the outflow vessel, which is slightly dilated to form a sinus. The free superior edge of each leafletis thickened (the lunule), and is widestin the midline (the nodule).

At the beginning of ventricular diastole, blood flows back towards the heart, filling the sinuses and pushing the valve cusps together. This closes the valve.

Fig 3
The aortic valve cusps, aortic sinuses, and the origin of the coronary arteries.

Clinical Relevance

Aortic Stenosis

Aortic stenosis refers to narrowing of the aortic valve, restricting the flow of blood leaving the heart. The main three causes are:

  • Age-related calcification
  • Congenital defects
    • Most commonly a bicuspid aortic valve, which predisposes the valve to calcification later in life.
  • Rheumatic fever

The classical triad seen insevere aortic stenosis is shortness of breath, syncope and angina. The increasing workload for the left ventricle can also result in left ventricular hypertrophy.

Definitive treatment is surgical, and can be achieved via valve replacement or balloon valvuloplasty.

Fig 4
Aortic stenosis, secondary to rheumatic heart disease. The aorta has been removed to show thickened, fused aortic valve leaflets and opened coronary arteries from above.

Do you think you’re ready? Take the quiz below

Premium Feature

Quiz

The Valves of the Heart

Question 1 of 3

Submitting...

Skip

Next

Rate question:

You scored

0%

Skipped: 0/3

Make sure you're ready, with 1 more questions available

Go Premium

'); }); } jQuery('#submitAnswer').on('click', function(e) { e.preventDefault(); if(jQuery(this).hasClass('continue')) { jQuery(this).removeClass('continue'); jQuery('html,body').animate({scrollTop: jQuery('#quiz').offset().top}, 250); if(currentQuestion < quizQuestions.length) { nextQuizQuestion(); } else { showResults(); } return; } if(jQuery('input[name="quizAnswers"]:checked').length == 0) { jQuery('#questionAnswers').prepend('

Please select an answer

'); return; } jQuery('#questionAnswers .alert').remove(); jQuery('#quizButtons').addClass('d-none'); jQuery('#quizLoading').removeClass('d-none'); jQuery.post(ajaxurl, { action: 'log_quiz_answer', id: quizQuestions[currentQuestion - 1].question_id, answer: jQuery('input[name="quizAnswers"]:checked').val(), type: 'article' }, function(data) { if(data.correct) correctQuestions++; jQuery('#questionAnswers').prop('disabled', true); jQuery('#quizLoading').addClass('d-none'); jQuery('#skipQuestion').addClass('d-none'); jQuery('#quizButtons').removeClass('d-none'); jQuery('#submitAnswer').addClass('continue'); let total = 0; for (i = 0; i < data.counts.length; i++) total += data.counts[i]; jQuery('#questionAnswers > div').each(function(i) { let correct = false; if(jQuery(this).find('input').val() == data.correctAnswer) correct = true; let percentage = (data.counts[i] / total) * 100; if(jQuery(this).find('input').is(':checked')) jQuery(this).append(''); else if(correct) { jQuery(this).append(''); } jQuery(this).append('

' + Math.round(percentage) + '% Answered ' + (correct ? 'Correctly' : 'Incorrectly') + '

'); }); let explanation = ''; explanation += '' + Math.round((data.counts[data.correctAnswer - 1] / total) * 100) + '% of users answered correctly.'; if (data.explanation.length > 0) explanation += '

' + data.explanation + '

'; jQuery('#questionAnswers').append('

' + explanation + '

'); if(currentQuestion >= quizQuestions.length) { jQuery('#submitAnswer').text('Finish'); } }, 'json'); }); function showResults() { jQuery('#quizQuestionsArea').addClass('d-none'); jQuery('#quizResultsArea').removeClass('d-none'); let score = Math.round((correctQuestions / currentQuestion) * 100); jQuery('#quizResult').text(score + '%'); jQuery('#skippedQuestions').text(skippedQuestions); } jQuery('#skipQuestion').on('click', function(e) { e.preventDefault(); skippedQuestions++; jQuery('html,body').animate({scrollTop: jQuery('#quiz').offset().top}, 250); if(currentQuestion < quizQuestions.length) { nextQuizQuestion(); } else { showResults(); } }); jQuery('#like-question').on('click', function(e) { e.preventDefault(); jQuery(this).removeClass('btn-light').addClass('btn-primary'); jQuery.post(ajaxurl, { action: 'like_quiz_question', id: quizQuestions[currentQuestion - 1].question_id }); }); jQuery('#report-question').on('click', function(e) { e.preventDefault(); jQuery(this).removeClass('btn-light').addClass('btn-danger'); jQuery.post(ajaxurl, { action: 'dislike_quiz_question', id: quizQuestions[currentQuestion - 1].question_id }); });
The Heart Valves - Tricuspid - Aortic - Mitral - Pulmonary (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5665

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.