Screen Resolution Checker
Find your screen resolution (CSS and hardware pixels), viewport, device pixel ratio, color depth, refresh rate and orientation — live as you resize. Free and private.
What is the Screen Resolution Checker?
A Screen Resolution Checker tells you the dimensions and capabilities of the display you're looking at. Toollyz Screen Resolution Checker shows both the CSS-pixel resolution (what the browser draws) and the hardware-pixel resolution (CSS × device pixel ratio), the current viewport, the device pixel ratio, color depth, aspect ratio and orientation. It also estimates your monitor's refresh rate live by counting browser animation frames. A visual overlay shows your browser window inside the screen so you can see how much real-estate you're using, and the numbers update as you resize the window or rotate your device. Everything is read in your browser; nothing is uploaded.
How to use it
- Open the tool — your screen and viewport sizes load instantly.
- See both CSS-pixel and hardware-pixel resolutions, plus DPR, color depth and refresh rate.
- Resize the window or rotate your device — the values update live.
- Copy the summary or download it as JSON for bug reports and design specs.
Benefits
- Screen resolution in CSS and hardware pixels with live updates.
- Device pixel ratio (DPR), color depth and pixel depth.
- Live refresh-rate estimate by counting animation frames.
- Aspect ratio computed automatically (16:9, 16:10, 3:2 …).
- Visual overlay showing your browser viewport inside the screen.
- Window chrome (toolbars / address bar) height calculation.
- Updates as you resize the window or rotate the device.
- Copy the summary or download it as JSON for tickets.
Frequently asked questions
What's the difference between CSS pixels and hardware pixels?
CSS pixels are what your browser uses to lay out the page — at DPR 2 a “100 px” square actually covers 200 hardware pixels for crisper rendering. The tool shows both: CSS resolution and the underlying hardware resolution (CSS × DPR).
What is device pixel ratio (DPR)?
The ratio between CSS pixels and physical screen pixels. Retina laptops and modern phones typically have a DPR of 2 or 3 so each CSS pixel is rendered at higher density.
How is the refresh rate measured?
By counting how many requestAnimationFrame callbacks your browser fires in one second. That number closely tracks your display's refresh rate (60 Hz, 90 Hz, 120 Hz…). Background tabs throttle this, so keep the tab focused.
Why does my reported resolution change after I zoom?
Browser zoom changes the device pixel ratio — at 110% zoom, CSS pixels are remapped, so the “viewport” shrinks relative to hardware pixels. The values you see always reflect the current zoom level.
What's the “window chrome” line?
It's the height of your browser's toolbars (address bar, tabs, etc.). The tool computes outerHeight − innerHeight so you can see how much vertical space the browser UI takes from your screen.
Does it work on multi-monitor setups?
Yes — it reports the screen the window is on. Move the window to a different monitor and click Refresh to pick up the new screen's dimensions and DPR.
Why is aspect ratio shown as something like 1280:800?
If width and height share no convenient common factor, the simplest integer ratio is shown. Common monitors reduce to 16:9 or 16:10; some unusual sizes don't.
Is my screen data sent to a server?
No. Toollyz has no server — everything is read in your browser and never uploaded. Use the Copy or JSON buttons if you want a snapshot.
Does it work on mobile?
Yes. Mobile browsers report screen and viewport sizes; the orientation row updates live when you rotate your device.
Is this screen resolution checker free?
Completely free with no signup. Resolution, DPR, color depth, refresh rate and viewport info are available to everyone, privately in your browser.
Related tools
See all developer toolsDevice Information Checker
Detect device type, OS, screen, GPU and hardware specs.
Browser Information Checker
See your browser, locale, permissions and web-API support.
Battery Status Checker
See your battery level, charging state and remaining time.
Webcam Test Tool
Live webcam preview with resolution, FPS, snapshots and record.