Is the voice math solver free?
The browser solver on this page is free, unlimited and needs no account. The VoiceCalc iOS app is free to download; its AI word-problem solving unlocks with a one-time purchase rather than a subscription.
Two different things get called a voice math solver. One turns speech into an arithmetic expression and evaluates it. The other reads a question written in ordinary language and works out what to calculate. This page is honest about which is which, and shows you exactly what each one handles.
Solving maths out loud always takes two stages. First the words have to become text — that is speech recognition, and it is the part your browser or phone already does well. Then the text has to become a calculation. That second stage is where the two kinds of solver part company.
The free solver on this page does the second stage with a parser: it rewrites spoken phrasing into an expression and evaluates it, in your browser, instantly and offline. The VoiceCalc iOS app does it with an AI language model, which is slower and needs a connection but can read a sentence like “split an $85 dinner bill among 4 people with 15% tip” and know what to do with it.
Tap the microphone and say a calculation, or type it. The answer appears immediately, with the expression it understood printed above it so you can see whether it heard you correctly.
Tap the mic and say something like “35 times 12”
Want the answer read back to you as well? The talking calculator page runs the same solver with speech output switched on.
Every line below was run through the parser that powers the calculator above. Say them, or type them — spelled-out numbers work as well as digits, and so do the spoken lead-ins people naturally use (“what's…”, “how much is…”, “calculate…”).
So the working set is: the four operations, parentheses, decimals, percentages, powers, square roots, and the fraction words “half” and “a third”. Thousands separators are stripped, and in languages that use a decimal comma the comma is read as a decimal point.
Almost every failure is a phrasing problem, not a recognition problem. Four rules cover most of it.
20% of 80 works. 20% off 129.99 does not — “off” is a shopping word, not an operator. Say 129.99 minus 20% of 129.99 and you get 103.992.85 divided by 340 times 100 gives 25. “What is 85 as a percentage of 340” asks the solver to infer the formula, and it will not guess.(85 + 15) × 0.7 ÷ 3 ^ 2 evaluates; “open parenthesis eighty-five plus fifteen close parenthesis…” does not.$12.99 times 3 is fine — the symbol is simply dropped. Tax, tips and per-unit comparisons are reasoning, and go to the app.There is a fuller list of spoken forms per language — “fois”, “mal”, “per”, “乘以”, “गुणा” — on the how-to page.
These are genuine word problems: the numbers are all there, but working out which operation to apply is the actual task. The browser solver recognises that it cannot help and says so rather than returning a wrong number.
VoiceCalc for iPhone and iPad takes exactly these. Apple's speech recognition transcribes what you said, an AI language model interprets it, and the answer comes back with the intermediate reasoning shown for multi-step problems. There is a calculation history, and follow-up questions work.
iPhone and iPad, iOS 16.0 or later. Free to download; the AI solving is a one-time purchase with no subscription.
A solver that only ever hands back a number teaches nothing. Two things make the difference between a shortcut and a study tool.
1250 ÷ 4 + 18 — above the result. If that line is wrong, the answer is wrong, and spotting the mismatch is most of the learning.What neither tool does is graphing, symbolic algebra or formal proofs. For those, use a dedicated CAS or graphing tool; a voice solver is the wrong shape for them.
The browser solver is not an English parser with translations bolted on. Each of the site's 19 languages has its own operator words and number grammar, because spoken numbers do not work the same way twice: Italian “trentacinque per dodici” is one word for thirty-five, French counts in twenties, and Chinese “三十五乘以十二” is positional.
Switch language from the footer and the microphone switches with it — the recogniser is asked for that language's BCP-47 voice, so it stops trying to hear English. The App Store listing itself is localised in 30 languages.
The talking version of this solver — the one that reads the answer back — is also written natively in Spanish, Portuguese and Hindi. What happens to what you say is set out in the privacy policy.
The browser solver on this page is free, unlimited and needs no account. The VoiceCalc iOS app is free to download; its AI word-problem solving unlocks with a one-time purchase rather than a subscription.
The browser solver cannot — it parses arithmetic and tells you plainly when a question is a word problem. The iOS app can: it sends the transcribed sentence to an AI language model and returns the answer with the reasoning for multi-step problems.
The arithmetic itself runs entirely in your browser, so once the page has loaded, typed calculations work with no connection. Speaking to it uses the browser's speech recognition, and the AI solving in the iOS app needs an internet connection.
That message means it heard numbers but no operation it could evaluate. Usually the phrasing implied the operation rather than stating it — “20% off 129.99” rather than “129.99 minus 20% of 129.99”. Rephrasing as an explicit sum almost always fixes it.
Yes. The browser solver runs on any modern browser, including Android, Windows, Mac, Linux and ChromeOS. The AI app is iPhone and iPad only, so Android and desktop users who need word-problem solving do not have that option.
The browser solver prints the expression it understood above the result, so you can check the interpretation. Step-by-step reasoning for multi-step problems is a feature of the iOS app.