Home🇳🇴 NorwayFødselsnummer

Generate a test Norway Fødselsnummer

A Norwegian fødselsnummer is eleven digits — date of birth, an individual number, and two MOD-11 control digits. These test values are synthetic but checksum-valid.

Synthetic · not collision-guaranteed Validate a number →
180152 992 62

Synthetic fødselsnummer with valid control digits. Not a real issued number.

Format specification

IdentifierFødselsnummer
Country🇳🇴 Norway
Format000000 000 00
Length11 characters
ChecksumDouble MOD 11
Example200495 136 75
Safe strategy Synthetic
Data qualityVerified against sources

Validation regex

Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^\d{11}$

References

  1. en.wikipedia.org/wiki/National_identification_number#Norway

Common questions

Will these pass my validation?

Yes — they are well-formed Fødselsnummer values (000000 000 00) and pass standard format checks, including the Double MOD 11 checksum.

Could one belong to a real person?

These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.

Can I generate many at once?

Increase the count, or use the free API and CSV/JSON export for large datasets.

Validate an existing number →

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.