MHT-CET Percentile Calculator
Compute your MHT-CET 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.
MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-standing idea as other multi-shift CETs: percentile from candi…
How the MHT-CET Percentile Calculator works
NTA session percentile
MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-standing idea as other multi-shift CETs: percentile from candidates at or below your score in the shift. See the State CET Cell information brochure.
MHT-CET percentiles describe relative standing in a session or cohort — they are not college cutoffs.
About Maharashtra Common Entrance Test
MHT-CET is Maharashtra’s CET for engineering, pharmacy, and related courses. The exam is computer-based with multiple shifts; percentiles (not raw marks alone) drive the merit list for shift-normalised papers.
Multi-shift CBT window, typically April–May.
What this tool does not do
This is not a MHT-CET 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 MHT-CET calculator from State Common Entrance Test Cell, Maharashtra?
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 MHT-CET 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 MHT-CET?
MHT-CET is Maharashtra’s CET for engineering, pharmacy, and related courses. The exam is computer-based with multiple shifts; percentiles (not raw marks alone) drive the merit list for shift-normalised papers.
Where does the formula come from?
MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-standing idea as other multi-shift CETs: percentile from candidates at or below your score in the shift. See the State CET Cell information brochure.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2027-04-20 is an example only (Example only — MHT-CET usually spans April–May CBT slots; edit to your slot.).
For developers & AI agents
The MHT-CET 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/mht-cet-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–200). |
Request:
GET https://knwdle.com/api/tools/mht-cet-percentile-calculator?candidatesAtOrBelow=90000&sessionTotal=120000&marks=180
Response:
{
"tool": "mht-cet-percentile-calculator",
"exam": "MHT-CET",
"note": "See live response for full fields",
"source": "MHT-CET (CBT) uses percentile scores for normalisation across shifts, following the same relative-st…"
}