PhD admissions are not a GPA contest — they are a search for people who can do research. This checker weighs your GPA, GRE, and research signals together into a single readiness read, with research experience carrying the most weight, so you can see where your application is strong and where it needs work.
How it works
Each input is scored as a ratio against a field benchmark, capped at 1, then combined with research-heavy weights:
gpaScore = min(1, gpa / fieldMedianGpa)
greScore = min(1, greTotal / fieldGreBenchmark) (skipped if 0)
pubScore = min(1, publications / 2)
presScore = min(1, presentations / 3)
monthsScore = min(1, researchMonths / 18)
readiness = 0.20·gpa + 0.10·gre + 0.30·pub + 0.15·pres + 0.25·months
(weights renormalised if GRE is omitted)
A readiness above 0.75 is strongly competitive, 0.55 to 0.75 is competitive with gaps to address, and below 0.55 suggests building more research before applying.
Example
A 3.6 GPA with no publications but one conference talk and a year in a lab scores moderately; adding a first-author publication lifts the research-weighted total sharply, reflecting how committees actually read applications.
Notes
Numbers cannot capture advisor fit, statement quality, or references — the parts that often decide PhD admissions. Use this as a structured self-assessment, then focus on the research and relationships the score cannot measure.