ASCVD 10-Year Risk Calculator
Free ASCVD 10-year risk calculator using the 2013 ACC/AHA Pooled Cohort Equations. Estimate cardiovascular risk by age, sex, race, cholesterol, and BP.
ASCVD Risk Calculator
Background.
This calculator estimates 10-year risk of a first hard atherosclerotic cardiovascular disease (ASCVD) event — defined as a nonfatal heart attack, coronary heart disease death, or fatal or nonfatal stroke — using the Pooled Cohort Equations published in the 2013 ACC/AHA Guideline on the Assessment of Cardiovascular Risk. This is an educational estimate, not a diagnosis, and it does not replace a conversation with a qualified clinician. The Pooled Cohort Equations were built from pooled data spanning four large NHLBI-sponsored cohort studies (ARIC, the Cardiovascular Health Study, CARDIA, and the Framingham Original and Offspring cohorts) and validated separately for non-Hispanic White and African-American men and women aged 40 to 79. A risk score, however carefully derived, is a population-average statement applied to an individual — it tells you what fraction of people who share your measured risk factors went on to have an ASCVD event within a decade in the derivation cohorts, not what will happen to you specifically.
The six inputs — age, sex, race, total cholesterol, HDL cholesterol, systolic blood pressure (and whether it is treated with medication), smoking status, and diabetes history — are exactly the variables the guideline's own statistical models found to statistically merit inclusion. Every coefficient behind this calculator was transcribed directly from Appendix 4, Table A of the guideline's full-text PDF (not from any third-party summary or competitor calculator) and hand-verified against the guideline's own four published worked examples before a single line of formula code was written — full details are in the calculator's source file and the accompanying research dossier.
The equations replaced the older Framingham CHD risk score specifically because Framingham was derived from an all-White cohort and predicted coronary heart disease alone; the Pooled Cohort Equations add African-American-specific coefficients and broaden the outcome to include stroke, which the guideline's authors judged more clinically relevant. Because the underlying statistical model differs meaningfully by sex and by race, this calculator asks for both and uses one of four separate coefficient sets accordingly — there is no single universal formula.
This calculator is one piece of a larger risk picture. Pair it with Quanta's cholesterol ratio, LDL cholesterol, and blood pressure calculators to understand the inputs feeding into this score, and with the cardiac output calculator if you are evaluating hemodynamics rather than long-term atherosclerotic risk. None of these tools, individually or together, are a substitute for clinical evaluation — a risk score is a conversation starter with a clinician, not a verdict.
What is ascvd risk calculator?
Atherosclerotic cardiovascular disease (ASCVD) risk is the estimated probability that a person free of known cardiovascular disease today will experience a first "hard" ASCVD event — a nonfatal heart attack, death from coronary heart disease, or a fatal or nonfatal stroke — within a defined time horizon, here ten years. The Pooled Cohort Equations estimate this probability from a proportional-hazards statistical model fit separately to four population groups: White women, African-American women, White men, and African-American men, each aged 40 to 79 at baseline. Within each group, the model combines age, total cholesterol, HDL cholesterol, systolic blood pressure (with a separate adjustment for whether it is pharmacologically treated), current smoking status, and diabetes history into a single risk score.
The guideline that published these equations also adopted a specific clinical decision threshold: a 10-year risk of 7.5% or higher is treated as "elevated" and prompts a more active risk-reduction discussion (lifestyle change, and often statin therapy), while risk below 7.5% is treated as "low" for this specific decision point. That 7.5% line — not any finer breakdown — is the one number from downstream clinical guidelines that this calculator reproduces, because it is the threshold stated explicitly inside the 2013 guideline itself; any additional risk-tier boundaries used elsewhere have not been independently verified here and are deliberately not shown.
How to use this calculator.
- Enter age in years (40-79 — the range the equations were validated for).
- Select sex and race. Only White and African-American coefficient sets have been published and verified; the calculator does not extrapolate to other groups.
- Enter total cholesterol and HDL cholesterol in mg/dL from a recent lipid panel.
- Enter systolic blood pressure in mmHg, and indicate whether it is currently treated with antihypertensive medication — the equations use different coefficients for treated versus untreated blood pressure.
- Answer the current-smoker and diabetes-history questions.
- Read the primary result as a 10-year percentage risk, and the risk category ("Low" below 7.5%, "Elevated" at or above 7.5%) beneath it. Bring both numbers to a clinician for interpretation rather than acting on them alone.
The formula.
The Pooled Cohort Equations are a Cox proportional-hazards survival model. For each of the four sex/race groups, the guideline publishes a set of coefficients that multiply the natural logarithm of age, total cholesterol, HDL cholesterol, and systolic blood pressure, plus several age-interaction terms, plus binary terms for current smoking and diabetes. Summing every coefficient times its transformed value produces an "individual sum" — a single number summarizing that person's overall risk-factor burden relative to the model.
Systolic blood pressure enters the model twice, through two different coefficients, depending on whether it is being treated with medication. This matters because treated hypertension in the derivation cohorts carried a different residual risk than an equally-elevated untreated reading, likely reflecting both the underlying disease severity that prompted treatment and the partial protection medication provides.
The individual sum is then compared to that same group's sample-mean sum from the derivation cohort, and the difference is exponentiated: exp(individualSum − meanSum). This exponentiated difference scales a group-specific 10-year baseline survival probability, S0(10) — the probability a person with exactly the group's average risk-factor profile survives ASCVD-free for ten years. Raising S0(10) to the power of the exponentiated difference shifts that baseline survival up or down based on how far the person's risk factors sit from the group average, and 1 minus that adjusted survival probability is the reported 10-year risk.
Because exp(x) is strictly positive for any real x, and S0(10) is always strictly between 0 and 1 for every published group, S0(10) raised to any positive power always stays strictly between 0 and 1 as well — which means the final risk estimate is mathematically guaranteed to fall strictly between 0% and 100% for any input, with no need to artificially cap it. The guideline separately notes that when these equations were used to build a population-representativeness table from NHANES data, the resulting probabilities were truncated at 1% and 30% because estimates become statistically unstable at the extreme edges of the sample data — that caveat is about a specific population table, not a hard rule for every individual estimate, so this calculator reports the raw computed number and lets you weigh very low or very high results with appropriate caution rather than silently re-capping them.
A worked example.
This is the exact risk-factor profile the 2013 ACC/AHA guideline itself uses as a worked example in Appendix 4: a 55-year-old, non-smoking, non-diabetic person with a total cholesterol of 213 mg/dL, HDL cholesterol of 50 mg/dL, and an untreated systolic blood pressure of 120 mmHg. For a White man with this exact profile, the guideline's own published individual sum is 60.69 against a group mean of 61.18, with a group 10-year baseline survival of 0.9144. Working through 1 − 0.9144^exp(60.69 − 61.18) reproduces the guideline's own published result of approximately 5.3% — below the 7.5% elevated-risk threshold, so this calculator reports a Low risk category. Running the identical risk-factor profile through the other three published groups reproduces the guideline's other three worked examples: 2.1% for a White woman, 3.0% for an African-American woman, and 6.1% for an African-American man — demonstrating how much the same measured risk factors can shift purely based on the sex- and race-specific coefficient set the equations use.
Frequently asked questions.
Is this an official diagnosis or medical advice?
Why does the calculator ask for race, and why only White and African-American?
Why does blood pressure treatment status change the result?
What does the 7.5% risk threshold actually mean?
How accurate are the Pooled Cohort Equations, and are there newer alternatives?
What should I do if my result shows an elevated risk?
References& sources.
- [1]Goff DC Jr, Lloyd-Jones DM, Bennett G, Coady S, D'Agostino RB Sr, Gibbons R, Greenland P, Lackland DT, Levy D, O'Donnell CJ, Robinson J, Schwartz JS, Shero ST, Smith SC Jr, Sorlie P, Stone NJ, Wilson PW. 2013 ACC/AHA Guideline on the Assessment of Cardiovascular Risk. Circulation, published online November 12, 2013. Appendix 4, Table A and Table B — the source of every coefficient used in this calculator.
- [2]American College of Cardiology. CVD Risk Estimator Plus. Official ACC/AHA-hosted implementation of the 2013 Pooled Cohort Equations (and the newer PREVENT equations).
- [3]Goff DC Jr, et al. 2013 ACC/AHA guideline on the assessment of cardiovascular risk: a report of the American College of Cardiology/American Heart Association Task Force on Practice Guidelines. Circulation. 2014;129(25 Suppl 2):S49-73. PubMed record.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled