CLAT Study Timetable Generator
Build a personalised CLAT study plan from hours/day, subjects, and weeks until the exam.
Interactive CLAT planner — set daily hours and weeks remaining, then weight subjects (raise weights for weaker areas). Equal weights = even split across English, Current Affairs, Legal Reasoning, Logical Reasoning, Quantitative Techniques.
Results update live. Pair with the CLAT countdown to set weeks remaining.
| Subject | Share | Hrs / week | Total hrs |
|---|---|---|---|
| English | 20% | 8.4 | 100.8 |
| Current Affairs | 20% | 8.4 | 100.8 |
| Legal Reasoning | 20% | 8.4 | 100.8 |
| Logical Reasoning | 20% | 8.4 | 100.8 |
| Quantitative Techniques | 20% | 8.4 | 100.8 |
Math: total hours = 6 × 7 × 12 = 504.0; each subject gets weight ÷ Σ weights of that total.
How the CLAT Study Timetable Generator works
How the timetable is built
Total study hours = hours/day × 7 × weeks. Each CLAT subject receives a share proportional to its weight.
Default subjects: English, Current Affairs, Legal Reasoning, Logical Reasoning, Quantitative Techniques. Raise weights for topics you need more time on.
About CLAT
CLAT UG feeds admissions to NLUs across India. The UG paper is typically 120 questions (1 mark each, with negative marking on recent patterns) — verify the year’s brochure for exact marking.
Frequently asked questions
Is this an official CLAT calculator from Consortium of National Law Universities?
No — it is a free Knwdle helper. Methodology follows published public concepts (educational rank-based percentile) and cites sources on the page. Always trust your official scorecard.
Does this predict CLAT 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 CLAT?
CLAT UG feeds admissions to NLUs across India. The UG paper is typically 120 questions (1 mark each, with negative marking on recent patterns) — verify the year’s brochure for exact marking.
Why is this labeled an educational approximation?
Educational approximation — use the Consortium’s official rank list / scorecard for counselling.
Can I change the exam date on the countdown?
Yes — the countdown date is always editable. The prefilled 2026-12-07 is an example only (Example only — CLAT UG is often early December; edit when the Consortium publishes the date.).
For developers & AI agents
The CLAT 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/clat-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/clat-study-timetable-generator?hoursPerDay=6&weeksUntilExam=12&subjects=English%2CCurrent%20Affairs%2CLegal%20Reasoning%2CLogical%20Reasoning%2CQuantitative%20Techniques
Response:
{
"tool": "clat-study-timetable-generator",
"exam": "CLAT",
"note": "See live response for full fields",
"source": "CLAT publishes All-India ranks from total marks. A national percentile formula like NTA’s is not the…"
}