TFN
TaxAustralia Tax File Number
A unique 9-digit number issued by the Australian Taxation Office (ATO) to individuals and entities for tax administration, required for employment, banking, and tax filing.
Definition
A Tax File Number (TFN) is a unique nine-digit number issued by the Australian Taxation Office (ATO) to individuals and entities for tax administration. It's required for nearly every formal financial and employment interaction in Australia โ from starting a new job to opening a bank account or filing a tax return.
Like several other national tax identifiers, a TFN includes a built-in checksum, which lets systems catch many typos before a submission is ever processed by the ATO. The Australia TFN Validator applies this checksum directly.
Formula
The TFN checksum uses a weighted modulo-11 calculation:
- Multiply each of the 9 digits by its corresponding weight: 1, 4, 3, 7, 5, 8, 6, 9, 10.
- Sum all nine weighted products.
- The TFN is valid if this sum is evenly divisible by 11.
Worked Example
For the TFN 123 456 782 (123456782):
Weighted products: (1ร1) + (2ร4) + (3ร3) + (4ร7) + (5ร5) + (6ร8) + (7ร6) + (8ร9) + (2ร10) = 1 + 8 + 9 + 28 + 25 + 48 + 42 + 72 + 20 = 253
253 รท 11 = 23 exactly, so the checksum passes, confirming the TFN is correctly formed.
Key Things to Know
- 9 digits, weighted checksum: the standard individual TFN format uses weights 1, 4, 3, 7, 5, 8, 6, 9, 10 with a divisible-by-11 rule.
- Required to avoid maximum tax withholding: without a TFN on file, employers and banks must withhold tax at the top marginal rate.
- Distinct from ABN: a TFN is a personal/entity tax identifier, while an ABN identifies a business specifically for GST and invoicing.
- A valid checksum isn't proof of an active TFN: only the ATO can confirm whether a specific number is actually issued and active.
Frequently Asked Questions