+91 test data

🇮🇳 India phone number generator

Generate India phone number examples for development, QA, input masks and documentation. Results are not live subscriber lines.

Generate an example

International display+919876543210
Do not call or text generated values. Mobile values normally begin with 6, 7, 8 or 9. Examples are structural and may coincide with assigned numbers.

India format reference

Calling code+91
National patternxxxxx xxxxx
E.164 example+919876543210
Typical length10 mobile digits

Convert a India number to E.164

1. Clean the input

Remove spaces, parentheses and hyphens while preserving the digits and country context.

2. Apply the trunk rule

Keep the 10-digit mobile number and add +91; do not add a trunk prefix.

3. Store one canonical value

Use +919876543210 for machine storage and format it for display at the edge of your application.

India phone test cases

CaseFixtureExpected test behavior
National displayxxxxx xxxxxAccept punctuation, then normalize.
Valid E.164 structure+919876543210Accept for format testing; do not infer reachability.
Invalid length+91987654321Reject before storing or sending to an API.

Manually reviewed country notes

What makes India phone input different

The mobile fixture on this page uses ten national digits and begins with a digit commonly used by Indian mobile ranges. Add +91 to the full national value; do not invent or retain a domestic trunk zero.

India does not provide a general fictional mobile block for this dataset. A structurally plausible value can belong to a subscriber, so use it only in systems where outbound delivery is disabled.

Check 1

Keep all ten mobile digits after +91.

Check 2

Reject the fixture when it begins outside the supported mobile-shaped range.

Check 3

Do not confuse a structurally possible value with an active line.

Reviewed India normalization cases

These cases document the fixture contract used by GetPhoneNum. They test parsing and normalization only; they never prove that a subscriber exists.

InputExpected resultReason
98765 43210+919876543210Add +91 to ten national digits
+91 98765 43210+919876543210Normalize an international input
09876543210+919876543210Remove a presentation-only domestic zero cautiously
987654321RejectOne digit short
+919876543210Structure onlyDo not infer carrier, reachability or ownership

Reviewed by GetPhoneNum Editorial Team · Last reviewed August 11, 2026

Frontend checks

Test empty input, pasted punctuation, a missing country code, one digit too few and one digit too many. Avoid using a single global regex for every country.

Test a JavaScript regex

Production validation

Numbering plans change. Use a maintained numbering library and treat carrier, line type and reachability as separate checks.

Browse calling-code references

Related generators and tools

Continue testing international phone formats

India phone number FAQ

Are these India phone numbers real?

They are generated test fixtures, not verified subscriber lines. Even a structurally valid value may coincide with an assigned number unless it comes from an officially reserved fictional range.

What does the +91 calling code mean?

+91 is the international country calling code for India. In E.164 format it appears after the leading plus sign and before the national number.

Can generated numbers receive calls, SMS or verification codes?

No capability is provided or verified. Do not call, text or use generated values for account verification.

Official numbering reference

Numbering rules can change. Check the India Department of Telecommunications before enforcing production rules.

Need repeatable India fixtures?

Create up to 100 local fixtures in the browser, download the open dataset, or use the API design reference to define a deterministic contract for automated test suites.

Advertisement