Mauritius IBAN validator
How the IBAN format works
- Format
- MU + 2 check digits + 4-letter bank code + 19 digits (branch + account) + 3-letter currency code (30 chars)
- Example
- MU17BOMM0101101030300200000MUR
Things to watch for
- 30 characters total, ends in a 3-letter currency code (e.g. MUR)
- Checks structure and checksum only, not that the account exists
^MU[0-9]{2}[A-Z]{4}[0-9]{19}[A-Z]{3}$A Mauritius IBAN is 30 characters: “MU”, two check digits, a 4-letter bank code, 19 digits covering branch and account, and a 3-letter currency code at the very end — MUR in the example MU17BOMM0101101030300200000MUR, though the same account block format could just as easily close with USD or EUR. That trailing currency code exists because Mauritius’s banking sector is a well-established offshore and international financial services hub, where a single bank and branch commonly hold multi-currency accounts for the same client — the currency code is what lets an IBAN identify which currency a particular account is denominated in, rather than assuming everything routes through the Mauritian rupee. The Bank of Mauritius oversees the system; anyone paying into or receiving funds from a Mauritius-based account needs the full 30-character string, currency suffix included.
How this validator works
This tool checks the “MU” prefix, confirms the bank code is 4 letters, the combined branch/account block is exactly 19 digits, and the trailing currency code is 3 letters, then runs the mod-97 checksum (ISO 7064) a correctly generated Mauritius IBAN must satisfy — entirely in your browser, with nothing sent to a server.
What a pass doesn’t tell you
A pass confirms the 30 characters are correctly structured and internally consistent — not that the account is open, active, or belongs to whoever you expect. This tool does no lookup against the Bank of Mauritius or any commercial bank there. If a Mauritius IBAN fails, double-check the trailing 3-letter currency code first — it’s easy to omit or mistype when an IBAN is copied from a document that only lists the numeric part.
Scope: Mauritius IBAN structure and mod-97 checksum validation only — not payment processing or confirmation an account is active. Catch the typo here; confirm the account with the bank.
Content last reviewed 2026-07-23.
IBAN FAQ
What does a Mauritius IBAN look like?
30 characters: 'MU', two check digits, a 4-letter bank code, 19 digits for branch and account, and a 3-letter currency code — for example MU17BOMM0101101030300200000MUR.
Why does a Mauritius IBAN end in a currency code?
Mauritius is a multi-currency offshore banking hub, so the same bank and branch can hold accounts in different currencies for the same client — the trailing 3-letter code identifies which currency a specific account is denominated in.
Does a passing check confirm the Mauritius account is real?
No. It only confirms the 30 characters are correctly structured and pass the mod-97 checksum, entirely client-side, with no lookup against the Bank of Mauritius or any commercial bank.