Validate a US bank routing number's format and ABA checksum in your browser. A first-line check for onboarding and payment forms. Nothing is sent.
A free, no-signup tool: A validator for US ABA routing numbers that checks the 9-digit format and the official ABA checksum.
▶ Open the tool — runs entirely in your browser; nothing is uploaded.
The routing number carries a weighted check digit, so a single mistyped or transposed digit fails the test — the same first-line check payment and onboarding systems use before contacting a bank. The arithmetic runs in your browser.
It confirms a number is well-formed, not that the bank or account is real.
- Enter the 9-digit routing number.
- Read whether the length and ABA checksum pass.
- If it fails, re-check the digits — most failures are one wrong character.
It applies weights 3, 7, 1 across the nine digits and requires the weighted sum to be divisible by 10. That catches the common typo and transposition errors.
No. It means the routing number is correctly formed. Whether the bank and account exist requires a bank-level check, not a checksum.
No. It is validated locally and never transmitted.
routing-number-validator, aba-checksum, bank-account-validation, payment-validation, kyc, fintech-tools
- FinAuth — KYC, identity verification, and AML onboarding for fintech and regulated businesses