Poland IBAN Format
28-character IBAN · PLN Polish Zloty · SEPA zone
A Poland IBAN is 28 characters long and always begins with the country code PL, followed by two check digits. The next 7 characters are the Bank Code. The remaining 16 characters identify the individual account number. The Poland IBAN uses the PLN (Polish Zloty) and is a <strong>SEPA member</strong>, meaning euro transfers from other SEPA countries are fast and low-cost.
Example IBAN
IBAN Structure
| Position | Length | Field | Type |
|---|---|---|---|
| 1–2 | 2 | Country Code | a |
| 3–4 | 2 | Check Digits | n |
| 5–5 | 1 | Check Digit | n |
| 6–12 | 7 | Bank Code | n |
| 13–28 | 16 | Account Number | n |
Major Banks in Poland
| Bank Name | Bank Code | BIC / SWIFT |
|---|---|---|
| Bank Millennium | 15200000 | BIGBPLPW |
| Bank Pekao | 10300000 | PKOPPLPW |
| Credit Agricole Bank Polska | 11400000 | AGRIPLPR |
| ING Bank Śląski | 1050000 | INGBPLPW |
| ING Bank Śląski | 10500000 | INGBPLPW |
| PKO Bank Polski | 1020000 | BPKOPLPW |
| PKO Bank Polski | 10200000 | BPKOPLPW |
| Santander Bank Polska | 10900000 | WBKPPLPP |
| Santander Bank Polska | 1090000 | WBKPPLPP |
| mBank | 11600000 | BREXPLPW |
| mBank | 1160000 | BREXPLPW |
Validate a Poland IBAN
Paste a Poland IBAN below to check it.
^PL\d{2}\d{1}\d{7}\d{16}$
Pattern validates length, country code, check digit positions, and field character types. Does not verify the MOD-97 checksum (use the validator above for full validation).
$iban = strtoupper(str_replace(' ', '', $input));
if (!preg_match('/^PL\\d{2}\\d{1}\\d{7}\\d{16}$/', $iban)) {
// Invalid Poland IBAN format
}
const iban = input.replace(/\s+/g, '').toUpperCase();
const pattern = /^PL\d{2}\d{1}\d{7}\d{16}$/;
if (!pattern.test(iban)) {
// Invalid Poland IBAN format
}
import re
iban = input_str.replace(' ', '').upper()
pattern = r'^PL\d{2}\d{1}\d{7}\d{16}$'
if not re.fullmatch(pattern, iban):
# Invalid Poland IBAN format
These snippets check format only. For full IBAN validation including MOD-97 checksum, use a dedicated IBAN library or the validator on this page.
How to Find Your Poland IBAN
Poland accounts are traditionally identified using: Bank Code / Numer Rozliczeniowy (8n) + Account Number (16n). Polish accounts use 26-digit NRB format: 2 check digits + 8-digit bank code + 16-digit account.. Your IBAN encodes these same components in the standardised international format.
-
1
Mobile banking app — Open your bank's app, navigate to account details or "Account Info." Your IBAN is usually displayed alongside your account number. Look for a field labelled "IBAN" or "International Account Number."
-
2
Bank statement — Your Poland IBAN appears in the account header of your printed or PDF bank statement, typically near the top of the first page.
-
3
Online banking — Log in to your bank's website and go to "Account Details," "Account Summary," or "Profile." Most Poland banks display the IBAN prominently in account settings.
-
4
Bank branch or helpline — Call your bank's customer service or visit a branch with your ID. They can provide your full IBAN instantly.
Once you have your IBAN, use the validator above to confirm it is correctly formatted before sharing it.
Sending Money to Poland
- Recipient's full name
- IBAN (28 characters, starts with PL)
Poland is a SEPA member but uses PLN (Polish Zloty). SEPA Credit Transfers in EUR are available. Polish accounts traditionally use the NRB (Numer Rachunku Bankowego) format which maps directly to the IBAN BBAN. The 8-digit bank code includes both bank and branch identifiers.
Specialist services typically charge significantly less than high-street banks for international transfers.
Quick Facts
- IBAN Length
- 28 chars
- Country Code
- PL
- Currency
- PLN
- SEPA
- Yes
- BBAN Format
- 24n
- IBAN Required
- mandatory
- Adopted
- 2004