how to read eye prescription
An eye prescription is like a little secret code about your vision: each number and abbreviation describes how your lenses should be made so you can see clearly. Learning to read it makes ordering glasses or contacts much less mysterious.
Quick Scoop: The Basics
Most prescriptions are laid out in a table with rows for each eye and columns for different measurements.
You’ll usually see:
- OD / OS / OU
- SPH
- CYL
- AXIS
- ADD
- PD (often on a separate line)
A typical prescription might look like this:
html
<table>
<tr>
<th></th>
<th>SPH</th>
<th>CYL</th>
<th>AXIS</th>
<th>ADD</th>
</tr>
<tr>
<td>OD</td>
<td>-2.50</td>
<td>-1.00</td>
<td>180</td>
<td>+1.50</td>
</tr>
<tr>
<td>OS</td>
<td>-3.00</td>
<td>-0.50</td>
<td>90</td>
<td>+1.50</td>
</tr>
</table>
Step 1: Which Eye Is Which?
These Latin abbreviations tell you which eye the line refers to.
- OD (Oculus Dexter) – right eye
- OS (Oculus Sinister) – left eye
- OU (Oculus Uterque) – both eyes (used less often)
If each eye has different numbers, you’ll see separate lines for OD and OS.
Step 2: SPH – How Nearsighted or Farsighted?
SPH stands for Sphere and tells you the main lens power.
- A minus (-) sign means nearsighted (you see better up close than far).
- A plus (+) sign means farsighted (you see better far away than up close).
- The bigger the absolute number, the stronger the prescription (for example, -5.00 is stronger than -1.00).
If you only have numbers in the SPH column and nothing under CYL/AXIS, you likely don’t have astigmatism that needs correction.
Step 3: CYL and AXIS – Astigmatism Details
If your eyes aren’t perfectly round, you may have astigmatism , and that shows up as CYL and AXIS.
- CYL (Cylinder)
- Shows how much astigmatism correction you need.
- Can be written with a minus or plus sign.
- If this box is empty, there’s usually no astigmatism correction.
- AXIS
- A number from 1 to 180 that tells where the astigmatism sits around the cornea (think of it like angles on a circle).
- AXIS is only present if CYL has a value.
Example:
- OD: SPH -2.50, CYL -1.00, AXIS 180
- Nearsighted by -2.50, plus astigmatism of -1.00 oriented at axis 180.
Step 4: ADD – Extra Power for Reading
If you’re over about 40, you may see ADD on your prescription.
- ADD is the extra plus power for reading , bifocals , or progressive lenses.
- It is usually the same for both eyes , written as something like +1.50 or +2.00.
This doesn’t replace your SPH; it is added to it in the lower part of the lens for near tasks.
Step 5: PD – Pupillary Distance
PD (Pupillary Distance) is how far apart your pupils are, usually in millimeters.
- It can be written as:
- A single number : e.g., 62
- Two numbers : e.g., 33/31 (each eye from the nose)
- Distance/near: e.g., 62/60 (for far vs near tasks)
PD is crucial so the optical center of each lens lines up with your pupils.
Step 6: “How Bad Are My Eyes?”
People often want to translate the numbers into “good” or “bad.” The reality is more nuanced.
- Mild prescriptions: around -1.00 to -2.00 or +1.00 to +2.00.
- Moderate : roughly -3.00 to -5.00 (or similar plus values).
- High : beyond that range.
But:
- Two people with the same SPH can see differently based on astigmatism and eye health.
- Your comfort matters more than the label “strong” or “weak.”
Mini Walkthrough Example
Imagine your prescription says:
html
<table>
<tr>
<th></th>
<th>SPH</th>
<th>CYL</th>
<th>AXIS</th>
<th>ADD</th>
</tr>
<tr>
<td>OD</td>
<td>-2.00</td>
<td>-0.75</td>
<td>160</td>
<td>+1.50</td>
</tr>
<tr>
<td>OS</td>
<td>-1.50</td>
<td>-0.50</td>
<td>20</td>
<td>+1.50</td>
</tr>
</table>
Reading it:
- Both eyes are nearsighted (minus SPH).
- Both have mild astigmatism (small CYL numbers).
- AXIS shows where that astigmatism sits (160 and 20 degrees).
- ADD +1.50 means you need extra help for reading, likely in progressives or bifocals.
Little Extras and Current Trends
In 2024–2026, clinics and online retailers increasingly include visual guides and interactive forms that let you hover over each field (SPH, CYL, AXIS, etc.) to see plain‑language definitions before you order glasses.
There’s also more focus on myopia control in kids , so explanations of prescriptions for parents now often include risks and long‑term planning instead of just “here’s your number.”
Safety Note
- An eye prescription doesn’t replace a full eye health exam.
- If your vision suddenly changes, you see flashes, floaters, or pain, don’t wait for a new prescription—seek urgent eye care.
Bottom note: Information gathered from public forums or data available on the internet and portrayed here.