Viewport Checker
Web Developer ToolsCheck your current viewport size and device pixel ratio
| Device | Width | Height |
|---|---|---|
| iPhone SE (3rd gen) | 375px | 667px |
| iPhone 14 | 390px | 844px |
| iPhone 14 Pro Max | 430px | 932px |
| iPhone 15 Pro | 393px | 852px |
| Samsung Galaxy S24 | 412px | 915px |
| Samsung Galaxy S24 Ultra | 412px | 928px |
| Google Pixel 8 | 393px | 851px |
| OnePlus 12 | 393px | 854px |
| iPad (10th gen) | 810px | 1080px |
| iPad Air (5th gen) | 820px | 1180px |
| iPad Pro 11" | 834px | 1194px |
| iPad Pro 13" | 1024px | 1366px |
| Samsung Galaxy Tab S9 | 800px | 1280px |
| MacBook Air 13" M2 | 1280px | 800px |
| MacBook Pro 14" | 1512px | 982px |
| MacBook Pro 16" | 1728px | 1117px |
| 13" Laptop (HD) | 1366px | 768px |
| 15" Laptop (FHD) | 1920px | 1080px |
| Desktop (FHD) | 1920px | 1080px |
| Desktop (QHD) | 2560px | 1440px |
| Desktop (4K UHD) | 3840px | 2160px |
| iMac 24" | 2240px | 1260px |
| Tailwind sm | 640px | — |
| Tailwind md | 768px | — |
| Tailwind lg | 1024px | — |
| Tailwind xl | 1280px | — |
| Tailwind 2xl | 1536px | — |
| Bootstrap sm | 576px | — |
| Bootstrap md | 768px | — |
| Bootstrap lg | 992px | — |
| Bootstrap xl | 1200px | — |
| Bootstrap xxl | 1400px | — |
How to Use This Tool
Enter your input
Type or paste the value you want to look up or convert into the input field.
Get instant results
Results are computed immediately in your browser — no network request needed.
Use the reference
Browse the built-in reference table to find related values, codes, or descriptions.
Copy what you need
Use the "Copy" button to grab any value from the results for use in your project.
About This Tool
Viewport Checker is a free, instant, browser-based tool that check your current viewport size and device pixel ratio. Web developer tools provide quick access to reference data and small utilities that come up constantly during development. HTTP status codes, Unix timestamps, chmod permission calculators, ASCII tables, and similar references are things every web developer looks up regularly. Having them in one place, instantly accessible in your browser, speeds up your workflow significantly.
This tool runs entirely in your browser with no server calls required. Results appear instantly and everything works offline once the page is loaded.
Bookmark this page for quick access during development sessions. Whether you're debugging a 403 vs 401 response, converting a timestamp from a database field, setting file permissions on a Linux server, or checking what ASCII character code 127 corresponds to, having a reliable, distraction-free reference tool cuts down the time you spend looking things up and lets you stay focused on the problem at hand.
Related Tools
HTTP Status Codes
Reference for all HTTP status codes with descriptions
MIME Type Lookup
Look up MIME types for file extensions
User Agent Parser
Parse browser user agent strings into readable info
Timestamp Converter
Convert Unix timestamps to human-readable dates and back
Cron Parser
Parse and explain cron expressions
Chmod Calculator
Calculate Unix file permissions in octal and symbolic notation