Pre-Matric Minority Scholarship Eligibility Checker
Check Pre-Matric Minority Scholarship eligibility for Classes 9–10 — notified minority community, marks, and income — with clear notes on the Classes 1–8 discontinuation.
Typically ≥50% in the previous class under MoMA pre-matric practice.
Answer each question to see a live eligibility result with criterion checks and next steps.
How Pre-Matric Minority eligibility works
Published criteria, not guesses
MoMA Pre-Matric Minority scheme (NSP): Classes 9–10 for notified minorities; Classes 1–8 coverage revised/ended from 2022–23 per Lok Sabha replies (RTE Act covers elementary education). Confirm live NSP notice for income ceiling and fresh-award status.
Unlike older cycles that covered Classes 1–8, the revised Pre-Matric Minority window is Class 9–10 only — elementary years were dropped because RTE already mandates free elementary education.
About Pre-Matric Scholarship for Students Belonging to Minority Communities
Pre-matric support for notified minority students in Classes 9–10 (Classes 1–8 coverage ended from AY 2022–23 under RTE alignment).
Income ceiling: ₹1 lakh — Historic MoMA pre-matric income ceiling commonly ₹1.00 lakh — confirm the live NSP guidelines PDF for the session before applying..
What this checker does
You answer the same gates listed in the guideline PDF. The result shows which bars you cleared or missed, then gives concrete next steps on the official apply portal.
Classes 1–8 awards under this scheme ended from AY 2022–23 (Lok Sabha). Parliamentary replies have also discussed broader minority-scholarship disruptions — treat Class 9–10 eligibility as conditional on a live NSP window and confirm the current guidelines PDF before applying.
Frequently asked questions
Can Class 1–8 students still apply?
No — MoMA revised coverage from 2022–23 so Pre-Matric Minority applies to Classes 9–10 only, because RTE already covers elementary education.
Which communities are covered?
The six notified minority communities: Muslim, Christian, Sikh, Buddhist, Jain, and Parsi.
What is the income limit?
Historic guidelines used about ₹1 lakh parental income — always confirm the live NSP guidelines for your session.
Where do I apply?
On scholarships.gov.in when the Pre-Matric Minority cycle is open for the academic year.
Is the scheme fully active every year?
Parliamentary replies have discussed minority-scholarship disruptions after 2021–22. Use this checker for criteria orientation, then verify the live NSP listing before investing time in documents.
For developers & AI agents
The Pre-Matric Minority Scholarship Eligibility Checker 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/pre-matric-minority-scholarship-eligibility-checker| Parameter | Required | Description |
|---|---|---|
classBand | Yes | Class level (enum) |
notifiedMinority | Yes | Notified minority community (Muslim / Christian / Sikh / Buddhist / Jain / Parsi)? (true|false) |
previousClassPct | Yes | Previous class aggregate % (number) |
annualIncomeLakh | Yes | Annual family income (₹ lakh) (number) |
Request:
GET https://knwdle.com/api/tools/pre-matric-minority-scholarship-eligibility-checker?classBand=below-8¬ifiedMinority=true&previousClassPct=50&annualIncomeLakh=2.5
Response:
{
"tool": "pre-matric-minority-scholarship-eligibility-checker",
"scheme": "Pre-Matric Minority",
"query": {
"classBand": "below-8",
"notifiedMinority": "true",
"previousClassPct": "50",
"annualIncomeLakh": "2.5"
},
"status": "ineligible",
"summary": "Based on what you entered, you do not currently meet key published criteria for Pre-Matric Minority.",
"nextStep": "If you are not from a notified minority community, or not in Class 9–10, try NMMS (govt school merit), Post-Matric Minority/SC/OBC schemes, or state portals.",
"checks": [
{
"key": "classBand",
"label": "Class 9–10 only",
"ok": false,
"detail": "Classes 1–8 are no longer covered (from 2022–23)."
},
{
"key": "notifiedMinority",
"label": "Notified minority community",
"ok": true,
"detail": "Notified minority indicated."
},
{
"key": "previousClassPct",
"label": "Previous class ≥50%",
"ok": true,
"detail": "50% meets the common ≥50% bar."
},
{
"key": "annualIncomeLakh",
"label": "Income ≤ ₹1 lakh (confirm NSP)",
"ok": false,
"detail": "₹2.5 lakh exceeds the historic ₹1 lakh ceiling — confirm live NSP."
}
],
"benefitSummary": "Pre-matric support for notified minority students in Classes 9–10 (Classes 1–8 coverage ended from AY 2022–23 under RTE alignment).",
"source": "MoMA Pre-Matric Minority scheme (NSP): Classes 9–10 for notified minorities; Classes 1–8 coverage revised/ended from 2022–23 per Lok Sabha replies (RTE Act covers elementary education). Confirm live NSP notice for income ceiling and fresh-award status.",
"applyPortalUrl": "https://scholarships.gov.in"
}