What is My Screen Resolution
Free screen resolution detector that returns your monitor's exact pixel dimensions, viewport size, and color depth. Useful for responsive design testing and graphics-software calibration.
Your device's screen — detected live in your browser, no upload required.
Share on Social Media:
What Is My Screen Resolution? Your Display Size, Read Live in the Browser
The number you came here for is already on the screen above this paragraph. The What Is My Screen Resolution tool asks your browser one question — "how many pixels wide and tall is this display?" — and prints the answer the instant the page paints, typically something like 1920x1080, 1366x768, 2560x1440, or 3840x2160. No display settings menu, no terminal command, no spec sheet hunting.
What makes the readout worth a second look is everything sitting next to that headline figure. Alongside the physical resolution, the tool surfaces your browser viewport size, your device pixel ratio (DPR), your color depth, and your current orientation. Those four extras are exactly the values that explain the most confusing question people have about resolution: why doesn't the number match what I paid for? A 4K laptop that reports 1920x1080 isn't broken — it's scaled — and this tool shows you the math that proves it.
Reading Your Result: What Each Number Means
The tool reports several distinct measurements, and people routinely confuse them. Reading them in order turns a wall of numbers into a clear picture of your display.
Screen resolution (the headline figure)
This is the total pixel grid your display reports, written width by height. 1920x1080 is Full HD (1080p); 2560x1440 is QHD (1440p); 3840x2160 is 4K UHD. It is the value almost everyone means when they ask about their screen resolution, and on a standard desktop monitor it matches the spec sheet exactly.
Viewport size (your browser window)
The viewport is the canvas your browser actually renders web pages onto, and it is always smaller than the full resolution. On a maximized window at 1920x1080, expect a viewport closer to 1920x955 — the missing ~125 pixels of height are eaten by the address bar, the tab strip, and the OS taskbar. Shrink the window and the viewport shrinks with it while the screen resolution stays frozen. Web pages respond to this number, not the raw screen size, which is why developers stare at it.
Device pixel ratio (the missing-pixels explainer)
This is the value that resolves most "my number is wrong" complaints. On a high-density panel the browser reports a logical resolution and a DPR that tells you how many physical pixels are crammed behind each logical one. A DPR of 2 means a 2x2 block of real pixels draws every CSS pixel. Multiply logical resolution by DPR and you recover the native panel:
- Logical 1440x900 at DPR 2 → 2880x1800 physical (a 15-inch Retina MacBook Pro panel).
- Logical 1280x800 at DPR 2 → 2560x1600 physical (a 13-inch Retina display).
- Logical 390x844 at DPR 3 → 1170x2532 physical (an iPhone 12/13/14 in portrait).
If the tool says 1440x900 but you bought a "2880x1800" laptop, the DPR of 2 is the reconciliation. Nothing is lost — the OS is using those extra pixels to make text razor-sharp instead of just larger.
Color depth and orientation
Color depth is the bits used per pixel: 24-bit is standard (about 16.7 million colors), while 30-bit appears on high-end monitors and smooths gradients. Orientation simply reports landscape or portrait — trivial on a desktop, but live and useful on a tablet or phone that rotates.
A Worked Example: Decoding a 4K Laptop That Reports 1920x1080
Say you open the tool on a new 15-inch laptop advertised as "4K UHD" and it reports this:
- Screen resolution: 1920 x 1080
- Viewport: 1920 x 955
- Device pixel ratio: 2
- Color depth: 24-bit
At first glance the resolution looks wrong — you paid for 4K. Here is how to read it. The screen resolution of 1920x1080 is the logical resolution, the coordinate space the OS exposes to apps. Multiply by the DPR of 2 and you get 3840x2160 — there is your 4K panel, fully intact. Windows applied 200% scaling so that menus and text are legible at that pixel density; macOS would do the same under Retina scaling. The viewport of 1920x955 confirms the browser is using the full logical width and losing 125 pixels of height to chrome. Every number is correct and consistent. The DPR is the key that unlocks the whole readout.
Common Resolutions and Where Yours Lands
Your result almost always falls into one of a handful of standard tiers. Knowing where you sit helps you compare hardware and shop intelligently.
- 1366x768 (HD): Still found on budget and older laptops. Workable but cramped once you tile two windows.
- 1920x1080 (Full HD / 1080p): The single most common resolution on Earth — most monitors, laptops, and TVs ship at it. A safe, sharp default.
- 2560x1440 (QHD / 1440p): The sweet spot for gaming and productivity, with roughly 78% more pixels than 1080p for visibly crisper text and more desktop room.
- 3440x1440 (Ultrawide QHD): A 21:9 panoramic format that replaces a dual-monitor setup with one seamless screen.
- 3840x2160 (4K UHD): Exactly four times the pixels of 1080p; superb on larger or premium panels, usually paired with scaling.
- 2732x2048 and similar: Tablet territory (iPad Pro), pairing high pixel counts with elevated DPR values around 2.
If your reported resolution doesn't match the panel you bought, three culprits cover almost every case: display scaling (handled by the DPR math above), a cable or port throttling the signal, or the screen simply not set to its native mode. The troubleshooting section below addresses the last two.
When This Tool Is the Fastest Answer
Every operating system buries the resolution setting somewhere different, and the path changes between versions. A browser readout sidesteps all of that. Here are the situations where people actually reach for it:
- Downloading wallpaper that fits. Wallpaper sites index images by resolution. Grab the 2560x1440 file for a 1440p monitor and it lands pixel-perfect; grab a 1920x1080 file and it gets upscaled and soft. The tool tells you which bucket to download from in one glance.
- Filing a support ticket. A technician can ask "open this page and read me the four numbers" and instantly diagnose a scaling or signal problem — no screen-share, no remote session.
- Confirming a game runs at native. A 1440p monitor running a game at 1080p looks fuzzy and wastes the panel. Check the tool against your in-game setting to confirm you're at native before blaming the GPU.
- Verifying a TV is actually getting 4K. Plug a laptop into a TV, run the tool on that screen, and you'll see immediately whether the external display is receiving a true 3840x2160 signal or being capped at 1920x1080 by the cable.
- Setting a design canvas. Designers read the logical resolution and DPR to decide whether to work at 1x or 2x so exported artwork lands crisp on the target screen.
- Sanity-checking before a presentation. Confirm your output resolution before plugging into a projector so slides aren't cropped or letterboxed.
How to Use the Tool
Because detection is automatic, "using" the tool is really about reading and interpreting what it already shows you.
- Open the page. Detection fires the moment loading finishes, so the numbers are waiting for you.
- Read the headline resolution. The large width-by-height figure is your screen resolution. For most people, this is the whole answer.
- Glance at the viewport. The smaller dimensions below show the usable area inside your browser window.
- Note the device pixel ratio. If it's higher than 1, multiply it by the resolution to find your native panel size.
- Resize or rotate to watch it react. Drag the window smaller, or rotate your phone, and the viewport and orientation values update live — a fast way to feel how your display behaves.
- Copy the number you need. Whether it's the logical resolution for a wallpaper or the physical resolution for a spec comparison, note it and move on.
Why the Browser Number Is the Number That Matters
It is tempting to assume a browser can't report the "real" resolution — but the browser-reported value is usually the most useful figure available, because it reflects exactly what websites, apps, and the OS feed your screen after scaling. If you're downloading a wallpaper, building a responsive layout, or debugging a rendering bug, the logical resolution and DPR shown here are precisely the inputs those tasks consume.
And when you genuinely need the raw physical panel count — the figure on the box — you already have everything to derive it: logical resolution times DPR. The tool reads live values straight from the device in front of you, so there's no database lookup, no user-agent guessing, and no stale cache. The answer is specific to this exact screen at this exact moment.
Privacy
Detection happens entirely inside your browser using standard web properties (screen.width, window.innerWidth, window.devicePixelRatio, and friends). The resolution, viewport, DPR, and color depth are read and displayed locally — nothing is uploaded, logged, or tied to your identity. There's no account, no install, and no file leaving your machine. Run it as often as you like, on as many devices as you like, for free, and because the work is local it stays fast even on a weak connection.
Tips and Troubleshooting
The tool shows a smaller resolution than my monitor's specs.
This is display scaling, not a bug. The OS lowers the logical resolution and raises the device pixel ratio to keep text legible on a dense panel. Multiply the reported resolution by the DPR to recover the native pixel count printed on the spec sheet.
My viewport number keeps changing.
That's expected — the viewport tracks your browser window. It shifts whenever you resize the window, open the developer console, change zoom level, or toggle a bookmarks bar. The screen resolution figure stays fixed unless you actually change your display settings.
The resolution looks wrong after connecting a TV or projector.
External displays frequently default to a lower mode when the cable, port, or driver limits the signal — an older HDMI cable can cap a 4K TV at 1080p. Swap to a known-good HDMI 2.0+ or DisplayPort cable, set the external screen as primary, and re-run the tool to confirm it's now receiving full resolution.
How do I make everything look sharper?
Set your monitor to its native resolution — the highest one the OS offers for that panel. Running below native forces the screen to interpolate, which softens text and images. Use the tool to confirm you're at native, then adjust scaling separately if things look too small.
The numbers don't update when I rotate my phone.
Check that auto-rotate is on and your browser isn't locked to portrait. Once rotation is allowed, tapping back into the tab or refreshing the page recomputes the orientation and viewport values.
I have two monitors at different resolutions — which one does it read?
It reports whichever screen the browser window currently sits on. Drag the window onto each monitor in turn and refresh to read each display individually — a quick way to audit a mismatched multi-monitor setup.
Related Tools
These free Tools Hub utilities pair naturally with checking your display:
- Image Resizer — scale an image to your exact pixel dimensions, such as 1920x1080 or 2560x1440.
- Image Compressor — shrink wallpapers and photos to fit your screen without bloating the file size.
- Image Converter — switch between PNG, JPG, and WebP so backgrounds load fast at any resolution.
- Color Picker — grab exact hex and RGB values, handy alongside color-depth checks.
- What Is My IP — another instant browser-based detector that reveals your public IP in one click.
- Word to PDF — convert documents quickly when prepping slides for screen sharing.
Frequently Asked Questions
What is my screen resolution and how do I read it?
Your screen resolution is the number of pixels your display shows, written as width by height — for example 1920x1080. The tool detects it automatically and shows the figure the moment the page loads, so you simply read the large headline number.
Is this screen resolution checker really free?
Yes. It is completely free with no hidden costs, no trial limits, and no premium tier. Check your resolution online as many times as you want.
Do I need to sign up or download anything?
No. There is no sign-up, no account, and no software to install. The tool runs in your browser, so you just open the page and the answer appears — ideal when you only need a quick screen resolution test online.
Does the tool work on phones and tablets?
Yes. It runs in any modern browser on any device and additionally reports orientation on mobile, which updates live when you rotate the screen — a fast way to check your resolution on the go.
Why is the resolution different from what the manufacturer advertises?
High-density displays use scaling, so the browser reports a logical resolution plus a device pixel ratio. Multiply the two to get the native physical resolution printed on the spec sheet. The tool shows both values so the calculation is easy.
Is my data private when I use this tool?
Yes. Your display information is read locally in your browser and shown only to you. Nothing is uploaded or stored and no personal data is collected, so checking your resolution is completely private.
What is the difference between screen resolution and viewport size?
Screen resolution is the full pixel size of your physical display. Viewport size is the smaller area inside your browser window where web pages render, after toolbars and scrollbars are subtracted. The tool reports both so you can tell them apart.
What does device pixel ratio actually tell me?
It tells you how many physical pixels the display packs behind each logical pixel. A DPR of 1 is a standard display; a DPR of 2 or 3 indicates a high-density panel where the true pixel count is the logical resolution multiplied by that ratio.
Can I use this to test multiple monitors?
Yes. Drag your browser window onto each monitor in turn and refresh the tool. It reports the resolution of whichever screen the window currently occupies, letting you confirm the settings of every display in a multi-monitor setup.
🔗 Relevant Tools
Link to this tool
Found this tool useful? Add it to your website or blog with one of these snippets.
Add the live, working tool to your own page:
Leave a comment
Comments go straight to our team — they are not published on the site.