ToolNimba

๐Ÿงฎ Basic Calculator: Free Online Simple Calculator

By ToolNimba Editorial Team ยท Updated 2026-06-25

0

Type with your keyboard or tap the buttons. Press Enter for equals, Escape to clear.

This basic calculator does the four everyday operations you reach for most: addition, subtraction, multiplication and division. It also has a decimal point, a percent key, a plus or minus sign toggle, and a clear button, just like the pocket calculator on your desk. Tap the on-screen keys or type with your keyboard, and the running display shows what you entered and the answer the moment you press equals.

What is the Basic Calculator?

A basic calculator (sometimes called a four-function or simple calculator) is the most common kind of calculator there is. It handles the four arithmetic operations, addition (+), subtraction (-), multiplication (x) and division (/), and usually adds a few helpers: a decimal point for fractions, a percent key, a sign toggle to flip between positive and negative, and a clear key to start over. It deliberately leaves out the scientific functions (powers, roots, trigonometry, logarithms) so the layout stays simple and fast for everyday sums.

The way it works is a small state machine, not a full algebra parser. The calculator remembers the number you are typing, a stored value from before, and which operation is waiting. When you press an operator, it tucks the current number away and waits for the next one. When you press equals, it applies the pending operation to the two numbers and shows the result. Press another operator instead of equals and many calculators chain the calculation, using the running result as the first number for the next step. This is why a basic calculator evaluates left to right and does not follow the usual order of operations.

That left-to-right behaviour is the one thing to keep in mind. On a basic calculator, typing 2 + 3 x 4 gives 20, because it first works out 2 + 3 = 5 and then multiplies by 4. A scientific calculator that respects precedence would multiply first and return 14. Neither is wrong, they simply follow different rules, so for mixed operations where the order matters, do each step deliberately or reach for a scientific or expression calculator instead.

Basic calculators trace back to the desktop adding machines of the 1960s and the first handheld pocket calculators of the early 1970s, and the four-function layout has barely changed since. That familiarity is exactly why it stays useful: the keys sit where your fingers expect them, there is nothing to learn, and the answer appears instantly. An online version like this one keeps the same muscle memory while adding conveniences a plastic calculator cannot, such as full keyboard entry, a backspace key to fix a single digit, and a display that never runs out of battery.

Many physical four-function calculators also carry a small set of memory keys, usually labelled M+, M-, MR and MC. Memory plus adds the number on the display to a hidden running total, memory minus subtracts it, memory recall brings that total back onto the display, and memory clear wipes it to zero. Memory is handy when you need to total several separate results, for example adding up a column of subtotals without writing each one down. Not every simple calculator includes these keys, so if you rely on them, check that the model or tool you are using offers them.

Because this tool runs entirely in your web browser, it is well suited to quick, private, everyday maths: tallying a receipt, splitting a bill, converting a percentage, or double-checking a figure before you commit to it. There is no app to install, no account to create, and nothing you type leaves your device. For anything beyond plain arithmetic, such as exponents, square roots beyond a single step, or expressions that must honour order of operations, a scientific or full-expression calculator is the better fit.

When to use it

  • Quick everyday sums like totalling a few prices, working out change, or splitting a cost.
  • Doing a single percentage step, for example taking 15% of a number or adding a markup.
  • Checking homework arithmetic where you only need plain add, subtract, multiply or divide.
  • A fast on-screen replacement for a pocket calculator when your phone is out of reach.
  • Reconciling a receipt or invoice by adding line items and confirming the total.
  • Working out a tip and the per-person share when splitting a restaurant bill.

How to use the Basic Calculator

  1. Tap the number keys (or type digits on your keyboard) to enter the first number.
  2. Press an operator: + to add, - to subtract, x to multiply, or / to divide.
  3. Enter the second number, then press = (or the Enter key) to see the result.
  4. Keep pressing operators to chain steps; the running result carries forward as the next first number.
  5. Use the decimal point for fractions, +/- to flip the sign, % for percentages, and AC (or Escape) to clear and start again.

Formula & method

The calculator evaluates one step at a time, left to right: result = first operand (operator) second operand. Percent divides the current entry by 100. There is no operator precedence, so 2 + 3 x 4 is read as (2 + 3) x 4 = 20.

Worked examples

Add two numbers: 12 + 8.

  1. Press 1 then 2 so the display reads 12.
  2. Press the + key. The calculator stores 12 and waits.
  3. Press 8 so the display reads 8.
  4. Press = to apply the addition.

Result: 12 + 8 = 20

Chain a calculation: 2 + 3 x 4 on a basic calculator.

  1. Press 2, then + (stores 2).
  2. Press 3, then x . Pressing x first computes 2 + 3 = 5, then stores 5.
  3. Press 4, then = . The calculator computes 5 x 4.
  4. Note: a basic calculator works left to right, so the answer is 20, not 14.

Result: 2 + 3 x 4 = 20 (left to right)

Take a percentage: 15% of 80.

  1. Press 8 then 0 so the display reads 80.
  2. Press x , then press 1 and 5 so the display reads 15.
  3. Press % to turn 15 into 0.15.
  4. Press = to compute 80 x 0.15.

Result: 15% of 80 = 12

Split a bill: 64.50 divided among 3 people.

  1. Press 6, 4, ., 5, 0 so the display reads 64.50.
  2. Press / to choose division.
  3. Press 3 for the number of people.
  4. Press = to get each share.

Result: 64.50 / 3 = 21.50 per person

What each key on the basic calculator does

KeyAction
0 to 9Enter a digit into the current number
.Add a decimal point to the current number
+ , - , x , /Choose the operation to apply next
=Work out the pending operation and show the result
+/-Flip the current number between positive and negative
%Divide the current number by 100
ACClear everything and reset the display to 0

Keyboard shortcuts supported by this calculator

PressDoes
0 to 9 and .Enter digits and a decimal point
+ - * /Add, subtract, multiply, divide (x also multiplies)
Enter or =Equals
%Percent
BackspaceDelete the last digit entered
EscapeClear all (same as AC)

Memory keys on calculators that include them

KeyNameWhat it does
M+Memory plusAdds the displayed number to the stored memory total
M-Memory minusSubtracts the displayed number from the stored memory total
MRMemory recallBrings the stored memory total back onto the display
MCMemory clearResets the stored memory total to zero

Common mistakes to avoid

  • Expecting order of operations. A basic calculator evaluates left to right and ignores precedence. Typing 2 + 3 x 4 gives 20, not 14. For mixed operations where the order matters, calculate step by step or use a scientific calculator.
  • Forgetting to press equals before reading the answer. The result only appears after you press = (or Enter). Until then the display shows the last number you typed, not the answer to the operation.
  • Misreading the percent key. The % key simply divides the current entry by 100, turning 15 into 0.15. To find 15% of a number you multiply by it: number x 15 % = . It does not automatically add or subtract the percentage.
  • Using AC when you meant to fix one digit. AC clears the whole calculation, not just the last keystroke. To delete a single mistyped digit, use the Backspace key instead and keep the rest of your entry.
  • Dividing by zero. Division by zero is undefined, so the calculator cannot return a number. If you see an error or Infinity, check that the second number in a division is not zero and re-enter the sum.
  • Rounding too early in a multi-step sum. If you round an intermediate result before the final step, small errors add up. Keep the full decimal value on the display and only round the final answer to the precision you need.

Glossary

Four-function calculator
A simple calculator that does addition, subtraction, multiplication and division, and little else.
Operand
A number that an operation acts on. In 12 + 8, both 12 and 8 are operands.
Operator
The symbol that says which operation to perform: + , - , x or / .
Order of operations
The convention (used by scientific calculators) that multiplication and division are done before addition and subtraction. Basic calculators ignore it and work left to right.
Percent
A fraction out of 100. Pressing the % key divides the current number by 100.
Sign toggle
The +/- key, which flips the current number between positive and negative.
Memory keys
The M+, M-, MR and MC keys found on many calculators for adding to, subtracting from, recalling and clearing a stored running total.
Decimal point
The dot that separates the whole part of a number from its fractional part, for example the point in 3.14.

Frequently asked questions

What is a basic calculator?

A basic calculator, also called a simple or four-function calculator, handles the four everyday operations: addition, subtraction, multiplication and division. It usually adds a decimal point, a percent key, a sign toggle and a clear key, but leaves out scientific functions like powers and trigonometry.

Why does 2 + 3 x 4 give 20 instead of 14?

A basic calculator works left to right and does not apply order of operations. It computes 2 + 3 = 5 first, then multiplies by 4 to get 20. A scientific calculator would multiply first and return 14. For mixed operations, do each step deliberately or use a scientific calculator.

How does the percent key work?

The percent key divides the current number by 100. So pressing 15 then % turns it into 0.15. To find 15% of 80, type 80, then x, then 15, then %, then =, which gives 12.

How do I add a percentage like tax or a markup?

On a basic calculator, work it in two steps. First find the percentage, for example 80 x 8 % = gives 6.40 as 8% of 80. Then add it back: 80 + 6.40 = 86.40. A basic calculator does not have a one-press add-percent feature, so calculate the part first and then add it.

Can I use my keyboard with this calculator?

Yes. Number keys and the decimal point enter digits, the + - * / keys do the four operations (x also multiplies), Enter or = gives the result, % does percent, Backspace deletes the last digit, and Escape clears everything.

What is the difference between a basic and a scientific calculator?

A basic calculator covers only addition, subtraction, multiplication, division and a few helpers, and it works left to right. A scientific calculator adds powers, roots, trigonometry, logarithms and parentheses, and it follows the standard order of operations. Use a basic calculator for everyday sums and a scientific one for formulas and mixed expressions.

What do the M+, M-, MR and MC keys do?

They control a hidden memory total on calculators that include them. M+ adds the displayed number to memory, M- subtracts it, MR recalls the stored total to the display, and MC clears the memory to zero. They are useful for adding up several separate results without writing each one down.

How do I clear a mistake?

Press AC (or the Escape key) to clear the whole calculation and reset the display to 0. To remove just the last digit you typed without starting over, press Backspace instead.

What happens if I divide by zero?

Division by zero has no defined answer, so the calculator cannot return a normal number and may show an error or Infinity. Check that the number you are dividing by is not zero and re-enter the calculation.

Is this calculator free and private?

Yes. It is completely free with no sign-up, and it runs entirely in your browser. Nothing you type is sent anywhere or stored, so your calculations stay on your own device.