About Online Ruler Tools

A small set of measurement tools that run entirely in your browser, built around one idea: an on-screen ruler is only worth using if it tells you the truth about size.

Why this site exists

Search for an online ruler and you will find plenty. Try to measure something real with one and you will usually find it is wrong, often badly. The reason is a quirk of how the web works: a browser lays pages out in CSS pixels, and the specification defines a CSS pixel as 1/96 of an inch. Almost no display actually matches that. A 27-inch 1440p monitor is around 109 real pixels per inch; a high-density 13-inch laptop can be over 160. A ruler that assumes 96 is off by a third or more.

Most tools either ignore this, or guess your screen from its resolution using a lookup table of common devices, which breaks the moment you use display scaling or an external monitor. We took the other approach: ask you once. You hold a bank card against the screen and match an outline to it. Because every payment card in the world is built to the same ISO/IEC 7810 ID-1 standard at 85.6 mm wide, that single match reveals your display's real pixel density, and every tool here uses it from then on.

How it is built

Everything runs client-side. There is no backend, no database and no account system, which means there is nothing for us to collect and nothing for you to sign up to. Your measurements are computed in your browser and never leave your device; your calibration is stored in your browser's local storage and never uploaded. The pages are static HTML with a few kilobytes of JavaScript, so they load fast and keep working on a poor connection.

The site is free and funded by advertising rather than a paywall, with at most a couple of ad slots per page, placed after the tool so they never get in the way of the thing you came for.

What it is not good for

Being straight about the limits is part of being useful. A screen ruler cannot measure anything wider than your display, so a 15-inch laptop gives you roughly 33 cm in landscape. It struggles with soft or curved objects that will not sit flat against glass. Browser zoom invalidates calibration, so keep it at 100%. And a calibration belongs to the screen it was made on: move to another monitor, or change your operating system's display scaling, and you should calibrate again.

Within those limits a calibrated screen ruler is good to roughly half a millimetre. Outside them, or anywhere accuracy genuinely matters, meaning anything medical, structural or safety-related, use a physical instrument instead. Our terms spell this out.

Feedback

If a measurement looks wrong, a tool misbehaves on your device, or something you need is missing, tell us. That feedback is how these get better. Reach us at hello@onlinerulertools.com or via the contact page.