Read the top summary first
The first card tells you the current viewport in CSS pixels, the approximate device-pixel screen size, and the most important context chips such as device class, orientation, breakpoint, DPR, and zoom.
Free, privacy-first
See your screen resolution, viewport, DPR, zoom, and responsive breakpoints instantly in a browser-based tool built for QA, design, and debugging.
The section below explains how to read the live measurements, how they affect responsive design, and where to go next if you are debugging device-specific issues.
Most "what is my screen resolution" pages stop after showing width, height, and DPR. That is not enough when you are debugging responsive layouts, checking screenshot dimensions, explaining zoom behavior to a client, or reproducing a mobile bug. This page separates reported screen CSS pixels, approximate device pixels, layout viewport size, visual viewport size, browser chrome overhead, and common breakpoint systems in one place.
Start with the viewport width, because it is usually the number that decides media queries and responsive layout shifts. Then use screen size and DPR to understand how the device actually renders those CSS pixels.
This layout is designed so you can answer the main question in a few seconds on a phone, then open deeper diagnostics only if you need them.
The first card tells you the current viewport in CSS pixels, the approximate device-pixel screen size, and the most important context chips such as device class, orientation, breakpoint, DPR, and zoom.
Open the Breakpoints panel to see how the current width maps to Tailwind, Bootstrap, and common responsive buckets, plus how far you are from the next breakpoint.
The History panel shows recent viewport states and lets you save local snapshots when you need repeatable QA notes or bug report evidence.
The Advanced panel adds visual viewport data, hover and pointer capability, color gamut, reduced motion, language, platform, and user agent details.
These examples mirror the most common reasons people search for a screen resolution checker or viewport test.
You want to know the resolution and usable viewport of your phone for a screenshot or app setting.
Situation
Best next step: Use the copy or share action from the summary card.
Viewport tells you how websites lay out; approximate device pixels help with image export expectations.
You need to know why a page has moved into a different Tailwind or Bootstrap range.
Situation
Best next step: Compare the current width against the next breakpoint distance.
This is faster than mentally mapping widths to multiple framework breakpoint systems.
You need to confirm how much space is really visible after browser zoom or mobile UI overlays.
Situation
Best next step: Look for a mismatch between layout viewport and visual viewport.
That mismatch usually explains why the page feels more cramped than the raw screen size suggests.