Home Tools About Us ♥ Support Us
🖥️ Screen Size Reference

Every resolution,
every device

Live viewport detection, PPI calculator, breakpoint checker, device comparison, and CSS snippets — plus a full database of phones, tablets, laptops, monitors, TVs, and cinema formats.

Your Current Screen & Viewport

Detected live from this browser. Resize the window to watch it update.

Viewport (CSS px)
Screen Resolution
Device Pixel Ratio
Physical Pixels
Orientation
Color Depth

Pixel Density (PPI) Calculator

Enter a resolution and diagonal screen size to get pixels-per-inch.

Pixel Density
Total Pixels
Aspect Ratio

Responsive Breakpoint Checker

Type a width to see which breakpoint bucket it falls in, or use your live viewport.

Device & Screen Database

Search or filter, then copy a resolution, pin a favorite, or add it to the comparison tool.

🔍
🔍

No devices match your search.

Compare Two Screens

Pick any two devices from the database to compare resolution, PPI, and area.

CSS Media Query Snippets

Ready-to-copy media queries for the standard breakpoint set above.

Common Aspect Ratios

Need to convert or simplify a custom ratio? Try the Aspect Ratio Calculator.

CSS Viewport Units Reference

⬇ Export Device Database

Download the full resolution list for offline reference or your own docs.

🕘 Recently Copied

Saved only on this device — never uploaded anywhere.

No copies yet — copy a resolution above.

How to use every option

  1. Check your own screen — the top panel auto-detects your live viewport, screen resolution, device pixel ratio, and orientation; it updates as you resize the window.
  2. Calculate pixel density — enter a resolution and diagonal size in the PPI Calculator to get pixels-per-inch, total pixel count, and the simplified aspect ratio.
  3. Check a breakpoint — type any width into the Breakpoint Checker, or click "Use My Current Viewport", to see which responsive bucket it falls into.
  4. Browse the device database — search by name or filter by category (mobile, tablet, laptop, monitor, TV, cinema, foldable); click ⭐ to favorite a device or 📋 to copy its resolution.
  5. Compare two screens — pick any two devices from the dropdowns to see resolution, PPI, and screen area side by side.
  6. Copy CSS snippets — grab ready-made @media queries for the standard breakpoint set with one click.
  7. Reference aspect ratios and viewport units — use the quick tables for common ratios (16:9, 4:3, 21:9, etc.) and CSS viewport unit behavior (vw, vh, dvh, svh, lvh).
  8. Export the database — download the full device list as JSON or CSV for offline use.
  9. Revisit copied resolutions from Recently Copied, or clear it whenever you like.

One reference, every screen you'll ever design for

📡
Live Detection
Auto-reads your real viewport, resolution, DPR, and orientation as you resize.
📐
PPI Calculator
Pixel density, total pixels, and aspect ratio from any resolution and diagonal size.
📏
Breakpoint Checker
Instantly see which responsive bucket a given width falls into.
📱
40+ Devices
Phones, tablets, laptops, monitors, TVs, cinema formats, and foldables.
⚖️
Side-by-Side Compare
Compare any two screens on resolution, PPI, and physical area.
🧩
CSS Snippets
Copy-ready media queries for the standard breakpoint set.
Favorites & History
Pin devices you reference often, saved locally on this device.
🔒
100% Private
Everything runs client-side — nothing is ever uploaded.

Frequently Asked Questions

No. Screen resolution is the device's full display in pixels. The viewport is the smaller area inside the browser where a page actually renders, after browser chrome, OS scaling, and zoom are accounted for.

Most sites follow a mobile-first approach: design for small screens first, then progressively enhance the layout for tablets, laptops, and desktops using min-width media queries.

PPI is the diagonal resolution in pixels (the square root of width squared plus height squared) divided by the physical diagonal screen size in inches.

There's no single standard, but a common set is under 576px for small phones, 576-767px for large phones, 768-991px for tablets, 992-1199px for small laptops, and 1200px+ for desktops. Adjust based on where your own layout actually breaks.

No, once the page loads everything runs locally in your browser. The device database, calculators, and breakpoint checker all work offline.

Browser toolbars, the OS taskbar, display scaling, and multi-monitor DPI settings all reduce the usable viewport below the raw screen resolution reported by the operating system.

A CSS pixel is a fixed reference unit browsers use for layout. A device pixel is a physical pixel on the screen. The device pixel ratio (DPR) tells you how many device pixels make up one CSS pixel — commonly 2 or 3 on high-density phone screens.

They're dynamic, small, and large viewport height units. Unlike vh, dvh adjusts as mobile browser toolbars show or hide, svh always assumes the toolbar is visible, and lvh always assumes it's hidden — useful for avoiding the classic mobile 100vh overflow problem.

No. Viewport detection, calculations, comparisons, and exports all happen locally. Favorites and history are saved only in your browser's local storage.

Related tools

Browse Other Categories

Support EaseDev Studios

All tools are free. If they've saved you time, consider supporting us.

Buy Us a Coffee

A quick one-time gesture that means a lot.

Buy a Coffee →
🎗️

Become a Patron

Support us monthly and help build more tools.

Join on Patreon →