If you spend half your week translating a vendor drawing from inches into millimetres, or a US datasheet from psi into bar, an engineering unit converter app that lives in a notepad saves the back-and-forth between a calculator, a search bar, and a sticky note. This page is for mechanical, electrical, and process engineers who want one place to write the conversion, label it, and have the math follow you when the numbers change.
Why an Engineering Unit Converter App Beats a Tab Full of Search Queries
A search-engine conversion answers one question at a time. You type 12 in to mm, you get 304.8, and you copy it into the spec. Five minutes later the drawing changes, and you start the loop again — only this time you cannot remember whether the previous figure was for the plate length or the hole spacing. The cycle eats the morning.
A notepad calculator flips the work order. You write the parts of the problem you actually know — plate length = 18 in, hole spacing = 1.5 in, bolt circle = 4.25 in — and the converted figures appear beside the lines. Change one input and every dependent value updates without you touching another formula. The labels stay attached to the numbers, so when the project lead asks why the bolt circle moved by 3 mm, the answer is on screen, not buried in your call history.
Two honest competitors do parts of this well. Soulver is the most polished notepad calculator on Apple hardware and worth the price if you stay on macOS. Calca is the markdown veteran for engineers who want symbolic algebra in the same document. Both are great. Notes Calculator is the option that runs on Mac, Windows, Linux, the web, iOS, and Android with one synced login — which matters once the laptop on your desk is not the laptop you take to the test bench. Try it free at app.notescalculator.com, and bookmark the unit-conversion docs for the full list of supported units and aliases.
Reading a US Drawing on a Metric Shop Floor
Open a new tab and type the drawing the way you would dictate it.
// dimensions arrived in inches, the shop runs in mm
plate length = 18 in to mm
plate width = 12 in to mm
hole spacing = 1.5 in to mm
fillet = 0.25 in to mm
Each line resolves to the metric figure beside the input, so the shop floor sees 457.2 mm, 304.8 mm, 38.1 mm, and 6.35 mm without anyone re-keying numbers. When the customer revises the plate length to 20 in, you change one number — every downstream dimension follows. The comment at the top with // is just a note for the next-day version of you; comments do not affect the math.
If the conversion direction flips next week — a metric drawing for a US partner — replace to mm with to in on each line. The notepad does not care which way the math runs.
Temperature, Mass, and Process Specs Without Switching Tools
Process engineers and materials people end up reading specs across °C and °F all day long. Lithium-ion shipping windows, solder reflow profiles, kiln cure temperatures — they all show up in whichever units the original lab used.
// SAC305 reflow profile shared with a US partner
preheat low = 150 C
preheat high = 200 C
peak = 245 C
peak f = peak to F
preheat low f = preheat low to F
The converted figures land next to the source line, so the operator setting up the oven sees both columns side by side. The same approach works for mass (5.2 kg to lb), volume (2 gallons to liters), and time (720 hours to days) — see the units overview in the docs for the full grammar.
For pressure, datasheets are the worst offender — the same valve appears in psi on the US site and bar on the EU site, and you spend an embarrassing minute working out whether 150 psi clears a 10 bar regulator.
// tank rating versus a metric pressure transmitter range
rated psi = 150 psi
rated bar = rated psi to bar
sensor max = 16 bar
sensor max psi = sensor max to psi
Now the comparison is one glance instead of one tab. If the upgrade-only features matter for your team — unlimited tabs, multi-device sync — the pricing page lists the lifetime upgrade in one place.
Tolerance Stack-Ups and Mixed-Unit Material Math
A stack-up calculation lives in your head until somebody asks for the worst case. Putting it in a labelled notepad makes the worst case obvious — and lets the next engineer audit it without opening your CAD model.
base length = 250 mm
spacer = 12.5 mm
washer thickness = 1.6 mm
nominal stack = base length + spacer + washer thickness
nominal stack in = nominal stack to in
Two small things worth knowing. First, variable names can contain spaces — washer thickness is one variable, not washer * thickness. Second, you can mix raw figures with conversions on the same line; nominal stack to in reads back the way an engineer would speak it. The Totals and Subtotals docs cover the related total, subtotal, and previous keywords if you want to stack several sub-assemblies on one page.
For procurement math the same notepad covers vendor lead times, even when the quote mixes weeks, hours, and minutes:
// converting a quote that mixes weeks, hours, and minutes
prototype lead = 6 weeks to days
qualification = 720 hours to days
travel allowance = 180 minutes to hours
Roll several of these up at the bottom of the page with the total keyword and you have a single integer to drop into the project plan, with the source figures still visible above.
Related Use Cases
If your work crosses into invoicing or international travel as well as the bench, two sibling notepads cover the adjacent jobs:
- The freelance invoice calculator workflow for billable hours, VAT, and discounted retainers.
- The multi currency calculator for travelers for trip budgets that mix USD, EUR, JPY, and crypto.
Both use the same syntax — variables with spaces, to for conversions, total at the bottom — so the muscle memory carries across.
That is the whole pitch. An engineering unit converter app, built into a notepad, that survives the messy reality of real engineering work — drawings in inches, specs in psi, vendors in weeks, and a partner on the other side of the world who insists on °F. Try Notes Calculator free at app.notescalculator.com and keep one tab per project for the rest of the quarter.