Skip to content

IBAN Validator and Parser

Validate IBAN format, verify check digits, and extract country code, bank code, and account number.

Loading...
1. Enter or paste the IBAN you want to validate in the input field, with or without spaces between character groups. 2. The tool automatically detects the country from the first two letters and checks the expected IBAN length. 3. View the validation result showing whether the IBAN passes the MOD-97 check digit verification. 4. Examine the parsed breakdown displaying country code, check digits, bank identifier (BIC/SWIFT), and account number. 5. If validation fails, review the specific error message indicating whether the issue is length, format, or check digit related.

About This Tool

The IBAN Validator and Parser checks whether an International Bank Account Number is correctly formatted and mathematically valid. Enter any IBAN and instantly see whether it passes the MOD-97 check digit verification, along with a breakdown of its components including country code, check digits, bank identifier code, and account number.

IBAN (International Bank Account Number) is used in over 70 countries to identify bank accounts for international transfers. Each country has a specific IBAN length and format, and this tool validates against all known country specifications. It catches common errors like transposed digits, incorrect lengths, and invalid check digits.

This tool is valuable for finance professionals processing international payments, developers building payment systems, and anyone who needs to verify an IBAN before initiating a wire transfer. All validation happens in your browser - no account numbers are transmitted anywhere.

Frequently Asked Questions

An IBAN (International Bank Account Number) is a standardized international numbering system for identifying bank accounts across borders. It consists of a two-letter country code, two check digits, and a country-specific account number that can be up to 30 characters long.
IBAN validation uses the MOD-97 algorithm defined in ISO 13616. The country code and check digits are moved to the end, letters are converted to numbers, and the resulting number is checked to see if it gives a remainder of 1 when divided by 97.
No, this tool validates the IBAN format and check digits only. It confirms the IBAN is structurally correct and mathematically valid, but it cannot verify whether the actual bank account exists or is active.
IBAN is used in over 70 countries, primarily in Europe, the Middle East, and parts of Africa and the Caribbean. Notable exceptions include the United States, Canada, and Australia, which use different account number systems.

Related Tools

Phone Number Parser and Formatter

Parse and format phone numbers with international codes, detect country, and convert to E.164 format.

Network Tools

Email Normalizer

Normalize email addresses by lowercasing, removing dots and plus aliases for Gmail, and trimming whitespace.

Network Tools

UUID Generator

Generate random UUIDs in v4 and v7 formats with bulk generation and one-click copy support.

Developer Tools

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text input using the Web Crypto API.

Developer Tools