🧮 Basic Calculator
By ToolNimba Editorial Team · Updated 2026-06-19
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 (×) 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 × 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.
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.
How to use the Basic Calculator
- Tap the number keys (or type digits on your keyboard) to enter the first number.
- Press an operator: + to add, − to subtract, × to multiply, or ÷ to divide.
- Enter the second number, then press = (or the Enter key) to see the result.
- Use the decimal point for fractions, +/- to flip the sign, % for percentages, and AC (or Escape) to clear and start again.
Formula & method
Worked examples
Add two numbers: 12 + 8.
- Press 1 then 2 so the display reads 12.
- Press the + key. The calculator stores 12 and waits.
- Press 8 so the display reads 8.
- Press = to apply the addition.
Result: 12 + 8 = 20
Chain a calculation: 2 + 3 × 4 on a basic calculator.
- Press 2, then + (stores 2).
- Press 3, then × . Pressing × first computes 2 + 3 = 5, then stores 5.
- Press 4, then = . The calculator computes 5 × 4.
- Note: a basic calculator works left to right, so the answer is 20, not 14.
Result: 2 + 3 × 4 = 20 (left to right)
Take a percentage: 15% of 80.
- Press 8 then 0 so the display reads 80.
- Press × , then press 1 and 5 so the display reads 15.
- Press % to turn 15 into 0.15.
- Press = to compute 80 × 0.15.
Result: 15% of 80 = 12
What each key on the basic calculator does
| Key | Action |
|---|---|
| 0 to 9 | Enter a digit into the current number |
| . | Add a decimal point to the current number |
| + , − , × , ÷ | 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 |
| AC | Clear everything and reset the display to 0 |
Keyboard shortcuts supported by this calculator
| Press | Does |
|---|---|
| 0 to 9 and . | Enter digits and a decimal point |
| + - * / | Add, subtract, multiply, divide (x also multiplies) |
| Enter or = | Equals |
| % | Percent |
| Backspace | Delete the last digit entered |
| Escape | Clear all (same as AC) |
Common mistakes to avoid
- Expecting order of operations. A basic calculator evaluates left to right and ignores precedence. Typing 2 + 3 × 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 × 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.
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: + , − , × 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.
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 × 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 ×, then 15, then %, then =, which gives 12.
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.
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.
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.