Screen resolution and display info
Read from your browser. Nothing is transmitted.
Your screen resolution, viewport size, pixel ratio, colour depth and refresh rate.
How it works
Reports what your browser knows about this display: screen resolution, the viewport actually available to the page, device pixel ratio, colour depth and refresh rate.
Screen resolution and viewport size are different numbers and the difference confuses a lot of people. Resolution is the physical panel; the viewport is what remains after browser chrome, and it is the one that matters for responsive design.
Device pixel ratio is the other source of confusion. A ratio of 2 means the browser reports half the physical pixel count in CSS pixels, so a "1440-wide" laptop may in fact have a 2880-pixel panel. This is why a screenshot from a modern laptop is twice the dimensions its CSS suggests.
Everything here is read from your own browser and never transmitted.
This tool runs entirely in your browser. Nothing you enter is sent to a server, logged or stored, and the page keeps working with the network disconnected.
Common questions
- What is the difference between screen resolution and viewport size?
- Resolution is the physical panel. Viewport is the area left for the page after browser chrome, and it is what responsive CSS responds to.
- What is device pixel ratio?
- The number of physical pixels per CSS pixel. A ratio of 2 means a 1440-wide viewport sits on a 2880-pixel panel, which is why screenshots come out larger than expected.
Related pages
- Image format converter and compressor Convert between JPEG, PNG and WebP, and compress with a quality slider.
- Number base converter Convert between binary, octal, decimal, hexadecimal and any base from 2 to 36.
- Unix timestamp converter Convert between Unix timestamps and human dates, in seconds or milliseconds.
- SVG to PNG converter Rasterise an SVG at any size, with transparency preserved.
- Cron expression parser Explain a cron expression in plain English and show the next run times.
- Mouse sensitivity and FOV converter Convert sensitivity between games so your aim carries across, and convert field of view.
- CSV to JSON converter Convert CSV to a JSON array of objects, or JSON back to CSV.
- Percentage calculator Work out a percentage of a number, what percent one number is of another, and percentage change.
- Loan and EMI calculator Monthly payment, total interest and total repaid for any loan amount, rate and term.
- BMI calculator Body mass index from height and weight, in metric or imperial, with what the number does and does not mean.
Sources
- Calculated on this page — At One Place