Medicare ID Validator
us-financeValidate a US Medicare Beneficiary Identifier (MBI) format instantly. Checks the 11-character alphanumeric structure per CMS specifications. Free, client-side.
What is a Medicare ID?
A Medicare ID validator checks whether a given Medicare Beneficiary Identifier (MBI) follows the 11-character format defined by the US Centers for Medicare & Medicaid Services (CMS). The MBI is the identification number on every US Medicare card and is used in all healthcare billing, insurance claims, and eligibility verification transactions involving Medicare.
The MBI replaced the previous Health Insurance Claim Number (HICN) โ which was derived from the beneficiary's Social Security Number โ between 2018 and 2019 as part of a CMS initiative to reduce identity theft and protect beneficiary privacy. Unlike the HICN, the MBI is a randomly generated 11-character code with no relationship to any personal identifier.
The MBI follows a precise alphanumeric pattern: specific positions must be digits, others must be letters from a restricted 19-letter alphabet (excluding S, L, O, I, B, and Z to avoid visual ambiguity), and some positions may be either. The validator checks all 11 positions against these CMS rules, flagging any position that does not conform.
This is a format check only. It confirms the structural correctness of the identifier โ the same check a CMS billing system performs before accepting a claim. It does not query the CMS beneficiary database and cannot confirm whether the MBI belongs to an active beneficiary. Use it alongside the NPI Validator and the EIN Validator when building healthcare billing validation workflows.
How to use this Medicare ID calculator
- Enter or paste the MBI into the Medicare ID (MBI) field. You can include or omit the hyphens.
- The result shows immediately: Valid with the formatted ID, or Invalid with a list of which positions failed and why.
- Correct any flagged positions and re-validate.
- For billing purposes, always confirm the MBI against the beneficiary's physical Medicare card.
Formula & Methodology
The 11-character MBI follows this positional pattern (C = required letter, N = required digit, A = letter or digit): | Position | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | |---|---|---|---|---|---|---|---|---|---|---|---| | Rule | Digit 1โ9 | Letter* | Letter* or digit | Digit | Letter* | Letter* or digit | Digit | Letter* | Letter* | Digit | Digit | *Allowed letters: A, C, D, E, F, G, H, J, K, M, N, P, Q, R, T, V, W, X, Y (19 letters; excludes S, L, O, I, B, Z). Valid example:1EG4TE5MK72Invalid examples: -0EG4TE5MK72โ position 1 is 0 (must be 1โ9) -1OG4TE5MK72โ position 2 is O (forbidden letter) -1EG4TE5MK7โ only 10 characters (must be exactly 11)
Frequently Asked Questions