Begum Hazrat Mahal Scholarship Eligibility Checker
Check Begum Hazrat Mahal National Scholarship eligibility — girl students only, notified minority, Classes 9–12, ≥50% previous class, income ≤ ₹2 lakh.
Answer each question to see a live eligibility result with criterion checks and next steps.
How BHMNS eligibility works
Published criteria, not guesses
Begum Hazrat Mahal National Scholarship (MAEF / MoMA via scholarships.gov.in): girl students of six notified minorities; Classes 9–12; ≥50% in previous class; family income ≤ ₹2 lakh; fresh application each year (no automatic renewal).
Unlike most NSP schemes that allow renewal tracks, BHMNS is commonly described as requiring a fresh application every year for each class.
About Begum Hazrat Mahal National Scholarship
Scholarship for girl students from notified minority communities in Classes 9–12 (re-apply each year; amounts as per live NSP/MAEF notice).
Income ceiling: ₹2 lakh — Parental income from all sources ≤ ₹2.00 lakh under published BHMNS guidelines — confirm the live NSP notice..
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.
MAEF microsite content can lag; treat NSP’s live listing as authoritative. Some Parliamentary summaries have used “merged” language for minority schemes — if NSP is not listing BHMNS for your session, do not apply based on older pages.
Frequently asked questions
Can boys apply?
No — BHMNS is for girl students only.
Which classes are covered?
Classes 9–12 under published guidelines.
What is the income limit?
₹2 lakh parental income from all sources in published guidelines — confirm the live NSP PDF.
Is renewal automatic?
Typically no — students re-apply fresh each year for the next class.
Where do I apply?
National Scholarship Portal (scholarships.gov.in) when the BHMNS cycle is open.
For developers & AI agents
The Begum Hazrat Mahal 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/begum-hazrat-mahal-scholarship-eligibility-checker| Parameter | Required | Description |
|---|---|---|
girlStudent | Yes | Girl student? (true|false) |
notifiedMinority | Yes | Notified minority community? (true|false) |
classBand | Yes | Class level (enum) |
previousClassPct | Yes | Previous class aggregate % (number) |
annualIncomeLakh | Yes | Annual family income (₹ lakh) (number) |
Request:
GET https://knwdle.com/api/tools/begum-hazrat-mahal-scholarship-eligibility-checker?girlStudent=true¬ifiedMinority=true&classBand=class-9-10&previousClassPct=50&annualIncomeLakh=2.5
Response:
{
"tool": "begum-hazrat-mahal-scholarship-eligibility-checker",
"scheme": "BHMNS",
"query": {
"girlStudent": "true",
"notifiedMinority": "true",
"classBand": "class-9-10",
"previousClassPct": "50",
"annualIncomeLakh": "2.5"
},
"status": "borderline",
"summary": "One or more criteria need a closer look for BHMNS: Income ≤ ₹2 lakh.",
"nextStep": "If marks are just under 50% or income is near ₹2 lakh, wait for the live guidelines PDF — do not rely on last year’s brochure alone.",
"checks": [
{
"key": "girlStudent",
"label": "Girl student",
"ok": true,
"detail": "Girl student indicated."
},
{
"key": "notifiedMinority",
"label": "Notified minority community",
"ok": true,
"detail": "Notified minority indicated."
},
{
"key": "classBand",
"label": "Classes 9–12",
"ok": true,
"detail": "Class 9–12 window."
},
{
"key": "previousClassPct",
"label": "Previous class ≥50%",
"ok": true,
"detail": "50% meets ≥50%."
},
{
"key": "annualIncomeLakh",
"label": "Income ≤ ₹2 lakh",
"ok": false,
"detail": "₹2.5 lakh exceeds ₹2 lakh."
}
],
"benefitSummary": "Scholarship for girl students from notified minority communities in Classes 9–12 (re-apply each year; amounts as per live NSP/MAEF notice).",
"source": "Begum Hazrat Mahal National Scholarship (MAEF / MoMA via scholarships.gov.in): girl students of six notified minorities; Classes 9–12; ≥50% in previous class; family income ≤ ₹2 lakh; fresh application each year (no automatic renewal).",
"applyPortalUrl": "https://scholarships.gov.in"
}