JEE Main Percentile Calculator
Compute your JEE Main session percentile from raw marks using the published relative-standing method (enter session stats).
NTA-style session percentile: enter how many candidates in your shift scored equal to or less than you, and the shift total. Optional: your raw marks for reference.
NTA publishes the JEE Main percentile methodology: Percentile Score of a candidate = 100 × (number of candidates in the session with raw score equal to or less …
How the JEE Main Percentile Calculator works
NTA session percentile
NTA publishes the JEE Main percentile methodology: Percentile Score of a candidate = 100 × (number of candidates in the session with raw score equal to or less than the candidate) ÷ (total candidates in that session). Official Information Bulletin, NTA.
JEE Main percentiles describe relative standing in a session or cohort — they are not college cutoffs.
About Joint Entrance Examination (Main)
JEE Main is held in multiple sessions each year. NTA normalises across sessions by converting every candidate’s raw marks into a session-relative percentile, then taking the best percentile across attempts for ranking — raw marks are not compared directly across different session papers.
Usually two sessions (Jan and Apr); Paper 1 (B.E./B.Tech) is the common CBT for engineering aspirants.
What this tool does not do
This is not a JEE Main rank predictor and does not invent cutoffs. Enter your own session or rank stats; the math is shown step by step.
Frequently asked questions
Is this an official JEE Main calculator from National Testing Agency (NTA)?
No — it is a free Knwdle helper. Methodology follows published public concepts (NTA session percentile) and cites sources on the page. Always trust your official scorecard.
Does this predict JEE Main ranks or college cutoffs?
No. We deliberately do not ship rank predictors or fake cutoffs. Percentile tools only compute transparent relative-standing maths from numbers you enter.
What is unique about JEE Main?
JEE Main is held in multiple sessions each year. NTA normalises across sessions by converting every candidate’s raw marks into a session-relative percentile, then taking the best percentile across attempts for ranking — raw marks are not compared directly across different session papers.
Where does the formula come from?
NTA publishes the JEE Main percentile methodology: Percentile Score of a candidate = 100 × (number of candidates in the session with raw score equal to or less than the candidate) ÷ (total candidates in that session). Official Information Bulletin, NTA.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2027-01-22 is an example only (Example only — typical Session-1 window; edit to your actual admit-card date.).
For developers & AI agents
The JEE Main Percentile Calculator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/jee-main-percentile-calculator| Parameter | Required | Description |
|---|---|---|
candidatesAtOrBelow | Yes | Count in session with raw score ≤ yours. |
sessionTotal | Yes | Total candidates in the session/shift. |
marks | No | Optional raw marks (0–300). |
Request:
GET https://knwdle.com/api/tools/jee-main-percentile-calculator?candidatesAtOrBelow=90000&sessionTotal=120000&marks=180
Response:
{
"tool": "jee-main-percentile-calculator",
"exam": "JEE Main",
"note": "See live response for full fields",
"source": "NTA publishes the JEE Main percentile methodology: Percentile Score of a candidate = 100 × (number o…"
}