Writing Numbers Safely¶
In healthcare, how you write a number is a patient-safety issue. A misplaced or misread decimal point is a common source of medication errors and are preventable with consistent notation.
These conventions come from the Institute for Safe Medication Practices (ISMP) and are standard across nursing practice.
1. Always use a leading zero¶
| Write this | Not this |
|---|---|
0.5 mg |
.5 mg |
A decimal point is easy to miss. Without the leading zero, .5 mg can be read
as 5 mg — a tenfold increase. The leading zero makes the decimal stand out better.
2. Do not use a trailing zero¶
| Write this | Not this |
|---|---|
5 mg |
5.0 mg |
If the decimal point is missed, 5.0 mg reads as 50 mg, a tenfold
increase
3. Use commas in large numbers¶
| Write this | Not this |
|---|---|
5,000 units |
5000 units |
For numbers of 1,000 or more, a comma improves readability and prevents misreading the magnitude.
One exception — practice tools on this site
When you enter answers in this site's interactive exercises, type plain numbers without commas.
4. Spell out "units"¶
| Write this | Not this |
|---|---|
5,000 units |
5,000 U |
The abbreviation U can be misread as 0 or 4, turning 5,000 U into
something far larger. Always write the word "units" in full.
5. Use mcg for micrograms¶
| Write this | Not this |
|---|---|
mcg |
μg |
The Greek letter μ is used for the metric prefix micro. This can be mistaken for m, the abbreviation for mili. Use mcg to represent the unit micrograms.
Why this matters¶
Each rule exists because a real error pattern caused real harm. The common thread is being able to identify the decimal point and distinguish digits. Consistent notation is a habit that protects your patients, so build it now.
One more — mcg, not μg
Always write micrograms as mcg, never the Greek symbol μg. The symbol μ is easily mistaken for m (milligrams), another tenfold error.