How to Find Your PC Monitor Size: Every Method Explained
Knowing your monitor's screen size seems like it should be simple — but unless you have the box sitting nearby, it's not always obvious where to look. Whether you're buying a monitor arm, checking compatibility specs, or just settling a debate, here's every reliable way to find the measurement.
What "Monitor Size" Actually Means
Before diving into methods, it's worth being precise. Monitor size refers to the diagonal measurement of the screen, measured corner to corner from the visible display area — not the outer plastic bezel. A monitor listed as 27 inches means 27 inches diagonally across the panel itself.
This distinction matters because two monitors can look similar in physical size on a desk but have very different screen measurements depending on how thick their bezels are.
Method 1: Check the Physical Monitor Itself 🖥️
The fastest approach is checking the monitor directly.
- Look at the back of the monitor — manufacturers almost always print a model number on a sticker there. It typically includes a size code (e.g., "27UK850-W" — the "27" indicating screen size).
- Check the stand or base — some manufacturers include a label with specs here as well.
- Read the front bezel — less common, but budget monitors occasionally print the size on the front frame.
Once you have the model number, a quick search online will pull up the exact spec sheet, confirming screen size along with resolution, refresh rate, and panel type.
Method 2: Find It Through Windows Settings
Windows gives you display information without touching the hardware.
Windows 10 and 11:
- Right-click the desktop → Display Settings
- Scroll to Advanced Display Settings
- Select your monitor if you have multiple connected
- Click Display Adapter Properties
This screen shows resolution and refresh rate but does not directly display screen size in inches. However, the monitor's name or model identifier often appears here, and you can search that model to find the size.
For a more direct route:
- Open Device Manager → Monitors
- Right-click your monitor and select Properties
- The model name shown can be searched for full specs
Method 3: Check System Information Tools
Several built-in and third-party tools surface monitor details quickly.
DirectX Diagnostic Tool (dxdiag):
- Press Windows + R, type
dxdiag, hit Enter - Click the Display tab
- The monitor name appears — search it for specs
Windows Management Instrumentation (WMI) via Command Prompt:
Advanced users can run the following in PowerShell:
Get-CimInstance -Namespace rootwmi -ClassName WmiMonitorBasicDisplayParams This returns the MaxHorizontalImageSize and MaxVerticalImageSize values in centimeters. You can calculate the diagonal using the Pythagorean theorem (a² + b² = c²), then divide by 2.54 to convert centimeters to inches. It's accurate but requires a few calculation steps.
Method 4: Measure It Yourself 📏
If software methods aren't giving clear results, a tape measure works perfectly.
- Start at the bottom-left corner of the visible screen
- Measure diagonally to the top-right corner
- Do not include the bezel — only the lit display area
This gives you the actual screen size in inches (or centimeters, which you can divide by 2.54). It's the most reliable method when a monitor is old, unbranded, or the model number has worn off.
Method 5: On macOS
If you're running a Mac with an external monitor:
- Click the Apple menu → About This Mac
- Select System Report → Graphics/Displays
- Your external display will be listed with its name — search the model for specs
For the built-in display on a MacBook or iMac, Apple lists the screen size directly on the product's spec page, searchable by model year.
Method 6: Check Your Original Documentation or Purchase History
If you still have any of the following, the size will be printed clearly:
- Product box
- User manual or quick-start guide
- Online order confirmation from retailers like Amazon, Best Buy, Newegg, etc.
- Invoice or receipt from the original purchase
Checking your Amazon or retailer order history is often the fastest digital route — log in, find the order, and the listed specs will include screen size.
The Variables That Affect Which Method Works Best
Not every method works equally well in every situation:
| Situation | Best Method |
|---|---|
| Monitor is recent and connected | Windows Display Settings → model search |
| Monitor is old or unbranded | Physical measurement or back sticker |
| Multiple monitors connected | Device Manager or dxdiag to identify each |
| macOS with external display | System Report → Graphics/Displays |
| No physical access to monitor | Purchase history or order confirmation |
| Need exact specs beyond size | Manufacturer's spec page via model number |
Panel age also plays a role. Older monitors — especially those made before standardized digital labeling — may have less accessible software identification, making a tape measure or back-panel sticker more dependable.
Multiple monitor setups add another layer of complexity. Windows labels connected displays as "Display 1," "Display 2," etc., but matching those identifiers to physical monitors sometimes requires toggling identification numbers (Settings → Display → Identify) to confirm which is which before checking specs.
Why the Size Might Not Match What You Expected
Occasionally, people measure or look up a monitor and find the size doesn't match what they thought they bought. A few reasons this happens:
- Marketing rounding — manufacturers sometimes round up slightly in product names
- Bezel measurement — older monitors were sometimes measured including the bezel, inflating listed sizes compared to actual viewable area
- Screen aspect ratio changes — switching from a 4:3 to a 16:9 monitor can make a "larger" screen feel physically smaller in height, even if the diagonal is longer
The viewable area is always the accurate reference point. 🔍
Putting It Together
Finding your monitor size involves a combination of software tools, physical inspection, and documentation — and which path is quickest depends on how old the monitor is, whether it's properly detected by your OS, and whether you have access to purchase records. A connected, modern monitor on Windows can be identified in minutes through Device Manager alone. An old, unbranded secondary display might need a tape measure to get a reliable answer.
Your specific setup — the age of the monitor, how it's connected, and what system you're running — determines which of these paths will give you the fastest and most accurate result.