A Unique Entity Number (UEN) is the standard identifier the Singapore government issues to every registered entity — businesses, local companies, and other organisations such as societies and statutory bodies. You need a correctly-formed UEN for ACRA filings, GST invoicing, and CorpPass access. This free validator checks the structure of all three UEN formats in your browser.
How it works
ACRA defines three UEN structures, and the validator first works out which one applies, then checks each segment:
- Business (9 chars):
nnnnnnnnC— 8 digits followed by a single check letter. Used by sole proprietors and partnerships registered before 2009. - Local Company (10 chars):
yyyynnnnnC— a 4-digit year of issue, a running 5-digit number, and a check letter. The leading 4 digits are the registration year (1900–current). - Other entities (10 chars):
Tyyptnnnnncstyle — a century prefix (T= 2000s,S= 1900s,R= 1800s/pre), a 2-digit year, a 2-letter entity-type code (e.g.LL,PF,CC), a 5-digit sequence, and a final check letter.
The tool validates the length, the positions that must be digits, the positions that must be letters, and the allowed prefix set. The final character must always be an uppercase letter (A–Z).
Example
Validate T08LL0001B:
- Prefix
T→ year 2000s, valid. - Year
08→ two digits, valid. - Entity code
LL→ two letters (limited liability partnership), valid. - Sequence
0001then check letterB→ the last char is a letter, the five before it are digits.
This is a well-formed Other entity UEN. Note that a structural pass does not prove the entity is currently active — use ACRA BizFile for that. All processing here is local; nothing leaves your device.