Calculator Tools
Rounding Calculator
Round numbers to decimal places or to the nearest 10, 100, 5, or any step, with half up, banker's, ceiling, floor, and truncate modes. No upload.
Accepts decimals, negatives, commas as decimal or thousands separators, and scientific notation like 1.23e4.
Round to
Rounding mode
3.14159 rounded to 2 decimal places
3.14
Using half away from zero. This value was closer to one side, so every half-way mode agrees on the result.
The number sits between 3.14 and 3.15. It was rounded to 3.14.
Rounded
3.14
With separators
3.14
Original
3.14159
Rounds down to
3.14
Rounds up to
3.15
Mode
Half away from zero
Half away from zero
The everyday school rule. A tie rounds to the value with the larger magnitude, so 2.5 becomes 3 and -2.5 becomes -3.
- Decimal places rounds to a fixed number of digits after the point. Two decimal places turns 1.005 into 1.01 and 2.675 into 2.68.
- Nearest step rounds to the closest multiple of any value, so a step of 100 snaps 1,234 to 1,200, and a step of 0.25 snaps 3.1 to 3.00.
- Exact half-way handling: every digit is read from the number you typed, not from a binary approximation, so values like 1.005 and 2.675 round the way the written decimal says they should.
- Privacy: all rounding runs in your browser. The numbers you enter are never uploaded.
How to use
- Type the number you want to round into the input. Decimals, negatives, comma or point separators, and scientific notation like 1.23e4 all work.
- Choose what to round to: Decimal places to keep a set number of digits after the point, or Nearest step to snap to the closest 10, 100, 5, 0.25, or any value you enter.
- Set the precision: pick a decimal-place count or a step, or tap a preset such as 2 dp or Nearest 100.
- Pick a rounding mode. Half away from zero is the standard rule, half to even is banker's rounding, and ceiling, floor, and truncate ignore the half-way point entirely.
- Read the rounded result and the supporting cards, including the two values the number falls between and whether it was an exact tie.
- To round many numbers, open Round a list of numbers, paste one per line, then copy or download the rounded column. Everything stays in your browser.
About this tool
Rounding Calculator rounds a number to a fixed number of decimal places or to the nearest step, and lets you choose exactly how ties are handled. It answers the two questions people actually search for: round to a given number of digits after the decimal point, such as two decimal places for money, and round to the nearest place value or multiple, such as the nearest 10, 100, 1000, 5, 0.5, or 0.25. This is different from rounding to significant figures, which keeps a fixed count of meaningful digits for measurement reporting; here the cutoff is a fixed decimal position or a chosen step, which is what is meant by round to the nearest hundred or round to two decimal places. The mode you pick controls the tie-breaking rule, the single most confusing part of rounding. Half away from zero is the everyday school rule, where a value sitting exactly on the half rounds to the larger magnitude, so 2.5 becomes 3 and -2.5 becomes -3. Half to even, also called banker's rounding, sends ties to the nearest even result, so 2.5 becomes 2 and 3.5 becomes 4, which removes the slight upward bias that always rounding ties up would introduce over many numbers; it is the default in many financial systems and in IEEE 754 floating point. Half toward zero, half to odd, ceiling, floor, and plain truncation toward zero are all available too, so you can match whatever convention a spec, a spreadsheet, or an accounting rule requires. The calculator is careful about the thing that quietly breaks naive rounding tools: binary floating point. Numbers like 1.005 and 2.675 cannot be represented exactly in binary, so the common trick of multiplying by a power of ten, calling the built-in round, and dividing back gives the wrong answer, rounding 1.005 down to 1.00 instead of up to 1.01. This tool rounds the exact decimal string you typed, digit by digit, so the half-way decision is made on the written value rather than on a polluted approximation, and the result is rebuilt as a string so no second error creeps in. It accepts decimals, negative numbers, a comma or a point as the decimal separator, thousands separators, and scientific notation such as 1.23e4. The result panel shows the rounded value, the same value with thousands separators, the original, and the two neighbours the number sits between so you can see why it went the way it did, and a short note tells you whether the value landed exactly on a tie. A batch mode rounds a whole list of numbers at once, one per line, with copy and download, which is handy for cleaning up a column from a spreadsheet. Everything runs in your browser; the numbers you enter are never uploaded, logged, or stored.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
Significant Figures Calculator
Count, round, and do arithmetic with the standard sig fig rules in one tool.
Open tool
CalculatorDecimal to Fraction Converter
Two-way decimal and fraction converter with repeating decimals and inch fractions.
Open tool
ConverterScientific Notation Converter
Convert between scientific, E, engineering, and decimal forms with a precision slider.
Open tool
ConverterNumber Base Converter
Binary, octal, decimal, hex, and custom-base conversion with two's complement.
Open tool
CalculatorFraction Calculator
Add, subtract, multiply, and divide fractions with simplified results and step-by-step working.
Open tool
CalculatorPercentage Calculator
Four percentage calculators: percent of, what percent, change, and discount.
Open tool