Most students assume the GRE on-screen calculator works like the calculator app on their phone. It does not. It follows PEMDAS, which means a single missing pair of parentheses can turn the right answer into the wrong one. This guide walks through every button, every quirk, and every strategic question students ask, with worked examples taken directly from the official ETS guidelines document. There is also a free interactive simulator embedded below so you can practice every behavior before test day.
In this guide
What the GRE calculator actually is
The GRE on-screen calculator is a basic four-function calculator that appears in a small floating window during the two Quantitative Reasoning sections of the GRE General Test. It is not available on the Verbal or Analytical Writing sections. You cannot bring your own calculator into the test, and the on-screen calculator is identical at home (GRE at Home) and at testing centers worldwide.
The functionality is intentionally limited. According to the official ETS guidelines document, the calculator can do:
- Addition, subtraction, multiplication, and division
- Square roots
- Sign change (toggle positive/negative)
- Decimal entry
- Parentheses (single-degree, sometimes nested depending on calculator version)
- One memory slot with M+, MR, and MC buttons
- A Transfer Display button for Numeric Entry questions
It cannot do exponents, logarithms, trigonometric functions, pi, or scientific notation. If you need to compute 7 cubed, you have to type it as 7 × 7 × 7. This is intentional. The Quant section is designed to test mathematical reasoning, not arithmetic horsepower, so a graphing calculator would actually defeat the purpose.
The PEMDAS rule (with ETS examples)
This is the section to read carefully. The single most common GRE calculator mistake comes from misunderstanding how the calculator handles order of operations.
The official ETS document says the following, verbatim: "Take note that the calculator respects order of operations, which is a mathematical convention that establishes which operations are performed before others in a mathematical expression that has more than one operation. The order is as follows: parentheses, exponentiation (including square roots), multiplications and divisions (from left to right), additions and subtractions (from left to right)."
In other words, the GRE calculator follows PEMDAS (also called BODMAS in some countries). This is different from the way many phone calculator apps and basic four-function calculators work, where operations are applied strictly in the order you type them.
The single biggest GRE calculator mistake students make
The GRE calculator follows PEMDAS, which means multiplication and division happen before addition and subtraction, regardless of the order you type them. The most common student mistake is typing a fraction or expression left-to-right, expecting the calculator to compute it that way, and getting a wildly wrong answer because PEMDAS overrode the intent. Watch what happens when you forget parentheses on a fraction:
WITH PARENS(8.4 + 9.3) ÷ 70 = 0.2528571 (correct, computes the fraction)
The fix: any time you mean "the whole top divided by the bottom," wrap the top in parentheses. Or compute the numerator first, press equals, then divide. This is the single most common calculator-related error on GRE Quant.
The canonical example from the ETS document: 1 + 2 × 4 = 9 on the GRE calculator (the multiplication happens first, then the addition), not 12 (which would be the result if the calculator just processed left-to-right). Try it on the simulator above to see for yourself.
This becomes a real test-day problem when you are computing fractions, weighted averages, or any expression with mixed operations. If you type the numbers in the order they appear in the problem and forget parentheses, the calculator will silently compute something different from what you intended. There is no warning. The display just shows a number, and that number is wrong.
The fix: use parentheses (or compute in steps)
Two reliable patterns for handling fractions on the GRE calculator:
- Parentheses pattern: Wrap the numerator in parens, like
(8.4 + 9.3) ÷ 70. This forces the addition to happen first, just like you mean it to. - Equals pattern: Compute the numerator separately, press equals, then divide. So
8.4 + 9.3 = 17.7, then÷ 70 =gives 0.2528571. The first equals is essential. Without it, the calculator interprets the whole thing as 8.4 + 9.3 ÷ 70, which goes back to the PEMDAS issue.
Every button explained
The GRE calculator has 23 buttons. Knowing what each one does, and which ones you will rarely or never use on test day, saves seconds on every problem.
Number keys (0 through 9)
Standard digits, arranged like a phone keypad. Use the keyboard for speed instead of clicking each digit.
Plus, minus, times, divide
The four basic arithmetic operations. The calculator follows PEMDAS, so multiplication and division happen before addition and subtraction regardless of typing order. Use parentheses to override.
Equals
Computes the result of the current expression. Pressing equals after a complete expression collapses everything to a single number. Pressing equals again typically repeats the last operation on the result.
Square root
Computes the principal (positive) square root of the displayed number. Returns a decimal, even for non-perfect squares. So √48 returns 6.928203, not the irrational form. Trying to take the square root of a negative number returns ERROR.
Sign change (plus or minus)
Toggles the sign of the displayed number between positive and negative. Useful for changing signs without retyping the number.
Decimal point
Adds a decimal point to the current number. Cannot be used twice within a single number.
Memory plus (M+)
Adds the displayed number to memory. If memory was empty, simply stores it. The 'M' indicator appears in the corner of the screen. Each subsequent M+ adds to whatever is already in memory rather than replacing it.
Memory recall (MR)
Replaces the current display with the value stored in memory. Memory itself is not erased, so you can recall it as many times as you want.
Memory clear (MC)
Resets memory to zero and removes the 'M' indicator from the display. Does not affect the current calculation.
Clear entry (CE)
Erases only the most recent entry, not the entire calculation. Useful when you mistype a number partway through a multi-step computation.
Clear all (C)
Resets the entire calculation to zero. Does not clear the memory. Press this between problems to start fresh. C is also the only way to exit the ERROR state.
Parentheses
Force standard order of operations on the part inside the parentheses. The single most useful pair of buttons to know about, especially for fractions and weighted averages.
Display
Transfer Display
Copies the current display value directly into the answer box of a Numeric Entry question. Saves time and avoids transcription errors. Has limitations covered in detail in the next section.
How memory functions work
The GRE calculator has exactly one memory slot, governed by three buttons: M+ (add to memory), MR (recall memory), and MC (clear memory). When memory contains any nonzero value, an "M" indicator appears next to the display so you always know whether memory is in use.
The most common test-day use of memory is for weighted averages and other multi-step calculations where you need to compute partial results and then combine them.
Worked example: Imagine the GRE asks you to compute the weighted mean of three groups, where 43 people donated $60 each, 21 donated $80 each, and 16 donated $100 each. The calculation is (43 × 60 + 21 × 80 + 16 × 100) ÷ (43 + 21 + 16). Without memory, this gets messy. With memory, the steps are clean:
- Type
43 × 60 =, then press M+. Memory now holds 2580. - Press C, type
21 × 80 =, then press M+. Memory now holds 2580 + 1680 = 4260. - Press C, type
16 × 100 =, then press M+. Memory now holds 4260 + 1600 = 5860. - Press C, then press MR to recall 5860. Then divide by the total:
÷ 80 =. The answer is 73.25.
This pattern (computing partial sums into memory, then dividing) is exactly the workflow ETS describes in its own documentation as a recommended use of the memory buttons.
The Transfer Display button
Transfer Display is one of the more clever features of the GRE calculator. On Numeric Entry questions (the type where you type the answer into a blank box rather than choose from multiple choice), Transfer Display copies the current calculator display directly into the answer box.
This serves two purposes. First, it saves time: you don't have to retype the number. Second, and more importantly, it prevents transcription errors. If your calculator shows 57.94 and you type 57.49 into the answer box, the question is wrong even though your calculation was right. Transfer Display eliminates that risk.
Transfer Display has limitations
Two important caveats according to the ETS guidelines:
- Fractional answer boxes: Transfer Display does not work on Numeric Entry questions that require a fractional answer (numerator and denominator). For those, you must type the numerator and denominator manually.
- Rounding requirements: Transfer Display copies the calculator display exactly as it appears. If a question asks you to round to the nearest hundredth and your calculator shows 57.939624, transferring the display will dump all those decimals into the answer box. You need to round manually before transferring, or adjust the answer afterward.
When to use the calculator (and when not to)
The biggest mistake on the GRE Quant section is overusing the calculator. Every problem is designed so that strong reasoning beats raw computation. The calculator is there for the moments when arithmetic genuinely cannot be avoided, not for every step of every problem.
Do use it for
- Long division with non-integer answers. Things like 1,234 ÷ 47 are faster on the calculator than by hand.
- Square roots of imperfect squares. √48, √200, anything where the answer is not a clean integer.
- Multi-step arithmetic on data interpretation. Charts and tables often require percent change or weighted averages on awkward numbers.
- Verifying a final answer before transferring. If you've solved by hand, double-check with the calculator before locking in.
- Numeric Entry questions where the answer must be exact. Combine with Transfer Display.
Don't use it for
- Quantity comparison questions. Reasoning beats computation; you usually only need to know which side is bigger.
- Anything you can solve mentally. 18 × 5 should never go through the calculator.
- Estimation problems. Rounding to nice numbers in your head is faster than typing.
- Algebraic manipulation. Solve for the variable first, then plug in. Don't compute every intermediate step.
- Exponents. The calculator can't do them anyway, and most exponent problems on the GRE have elegant non-computational shortcuts.
A useful self-check during practice: before you reach for the calculator, ask yourself if you could estimate the answer to within a reasonable range using mental math. If yes, do that first and use the calculator only to confirm. If no, by all means use the calculator. But the act of estimating first builds the test-day instinct of recognizing which problems actually need it.
Worked examples from the official ETS document
The ETS guidelines document includes six examples of how the calculator should be used in practice. Three of them are worth walking through here because they illustrate the most common patterns.
Example 1: A fraction with addition in the numerator
Compute (8.4 + 9.3) ÷ 70.
The trap: typing 8.4 + 9.3 ÷ 70 = directly will give you 8.5328571, not the right answer. PEMDAS means division happens before addition, so the calculator computes 9.3 ÷ 70 first.
The fix: either use parentheses ((8.4 + 9.3) ÷ 70 =) or compute the addition first and press equals before dividing (8.4 + 9.3 = ÷ 70 =). Both yield 0.2528571, which is the calculator's 8-digit rounding of the exact decimal 0.252857142857...
Example 2: Pythagorean theorem
Find the length of the hypotenuse of a right triangle with legs 21 and 54. The formula is √(21² + 54²).
Type 21 × 21 + 54 × 54 =. PEMDAS handles the multiplications before the addition, so the calculator returns 441 + 2916 = 3357. Then press the square root button. The display shows 57.939624.
If the question asks for the answer to the nearest 0.01, the answer is 57.94. Round before transferring.
Example 3: Weighted mean using memory
This is the classic memory-button use case described above in the memory section. The structure: compute each weighted product, M+ each one into memory, then recall the total and divide by the sum of weights.
Want a tutor who can actually raise your GRE score?
Calculator practice is one piece of the puzzle. The bigger lift on the Quant section is knowing when to use it, when to skip it, and when the right move is mental math. Epic Exam Prep teachers have been raising GRE scores in Barcelona since 2010, working with applicants targeting top European and US graduate programs. Live, online, one-on-one instruction.
Find a GRE Teacher →Frequently asked questions
Ready to practice?
Use the standalone full-screen GRE calculator simulator. Same engine, no distractions.