NEET UG Study Timetable Generator
Build a personalised NEET UG study plan from hours/day, subjects, and weeks until the exam.
Interactive NEET UG planner — set daily hours and weeks remaining, then weight subjects (raise weights for weaker areas). Equal weights = even split across Physics, Chemistry, Botany, Zoology.
Results update live. Pair with the NEET UG countdown to set weeks remaining.
| Subject | Share | Hrs / week | Total hrs |
|---|---|---|---|
| Physics | 25% | 10.5 | 126.0 |
| Chemistry | 25% | 10.5 | 126.0 |
| Botany | 25% | 10.5 | 126.0 |
| Zoology | 25% | 10.5 | 126.0 |
Math: total hours = 6 × 7 × 12 = 504.0; each subject gets weight ÷ Σ weights of that total.
How the NEET UG Study Timetable Generator works
How the timetable is built
Total study hours = hours/day × 7 × weeks. Each NEET UG subject receives a share proportional to its weight.
Default subjects: Physics, Chemistry, Botany, Zoology. Raise weights for topics you need more time on.
About NEET UG
NEET UG is the single national medical entrance for MBBS/BDS and related courses in India. The paper is scored out of 720 (180 questions × 4 marks, with −1 for wrong answers on most versions) — confirm the year’s marking scheme in the bulletin.
Frequently asked questions
Is this an official NEET UG 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 NEET UG 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 NEET UG?
NEET UG is the single national medical entrance for MBBS/BDS and related courses in India. The paper is scored out of 720 (180 questions × 4 marks, with −1 for wrong answers on most versions) — confirm the year’s marking scheme in the bulletin.
Where does the formula come from?
NTA applies the same percentile-normalisation concept for NEET UG when multiple shifts are used: percentile = 100 × (candidates in the shift with raw score ≤ yours) ÷ (total in that shift). See the NEET UG Information Bulletin.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2027-05-03 is an example only (Example only — NEET UG is typically early May; edit to the date on your admit card.).
For developers & AI agents
The NEET UG Study Timetable Generator 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/neet-ug-study-timetable-generator| Parameter | Required | Description |
|---|---|---|
hoursPerDay | Yes | Study hours per day. |
weeksUntilExam | Yes | Weeks remaining. |
subjects | No | Comma-separated subjects (defaults to exam subjects). |
Request:
GET https://knwdle.com/api/tools/neet-ug-study-timetable-generator?hoursPerDay=6&weeksUntilExam=12&subjects=Physics%2CChemistry%2CBotany%2CZoology
Response:
{
"tool": "neet-ug-study-timetable-generator",
"exam": "NEET UG",
"note": "See live response for full fields",
"source": "NTA applies the same percentile-normalisation concept for NEET UG when multiple shifts are used: per…"
}