Magic 8 ball
Ask a yes or no question. The ball answers.
Think of a question that can be answered yes or no, type it in if you like, and press Ask the ball. The magic 8 ball replies with one of the twenty classic answers — ten in favour, five that refuse to commit and five against — drawn at random on your own device.
Runs entirely in your browser. Your text is never uploaded — open DevTools, Network tab, and you will see zero requests while you use this tool.
How to use it
- Think of a yes or no question, and type it in the box if you want a record of it.
- Press Ask the ball.
- Read the answer. Press again for a different one, if you dare.
What this tool does
It draws one answer at random from the classic set that has been printed on the twenty-sided die inside a real magic 8 ball since 1950. The set is deliberately lopsided: ten answers are positive, five are evasive and five are negative. That is why the ball feels encouraging — you are twice as likely to be agreed with as refused.
Each press is an independent draw. The ball has no memory, no notion of your question, and no opinion. Typing the question changes nothing about the answer; it is there so you can screenshot the pair or keep a record of what you actually asked.
The original toy was invented by Albert Carter, whose mother worked as a clairvoyant, and was sold as a novelty by Brunswick Billiards in the shape of a pool ball. The die floats in dark blue alcohol and rises to a small window. This page is the same die without the alcohol.
The twenty answers
| Positive, ten of twenty | Non-committal, five | Negative, five |
|---|---|---|
| It is certain It is decidedly so Without a doubt Yes definitely You may rely on it As I see it, yes Most likely Outlook good Yes Signs point to yes | Reply hazy, try again Ask again later Better not tell you now Cannot predict now Concentrate and ask again | Do not count on it My reply is no My sources say no Outlook not so good Very doubtful |
Half the fun is in the middle column. Better not tell you now is not an answer at all, and it is the response people remember longest.
When you need it
- A genuine coin-flip decision. Two options you are equally happy with, and somebody has to choose.
- Breaking a stalemate in a group, where the point is that nobody gets to be blamed for the call.
- Games and party rounds, where the ball is an oracle with a sense of humour.
- Writing and role-playing. Ask the ball what happens next and let the answer push the plot somewhere you would not have gone.
- Finding out what you wanted. See below, because this is the only genuinely useful thing on the page.
If the answer annoyed you, that is the useful part
There is a trick that works whether or not you believe in anything. Ask the ball. Then, before you read past the first word, notice what you feel.
Relief means you already wanted that outcome. Disappointment means you wanted the other one and had not admitted it. The urge to press again immediately is the clearest signal of all: you are not seeking information, you are shopping for permission you have already decided you want.
Psychologists have used a version of this for decades, sometimes as the two-chair method or as simply flipping a coin and watching your own reaction mid-air. The randomiser is not predicting anything. It is forcing you to stand on one side of the line for a moment, which is usually enough to reveal which side you were on all along.
So the answer is worth nothing and your reaction to it is worth quite a lot. That is the entire honest case for a plastic ball full of blue liquid.
What it is not
This is a toy. It does not predict the future, does not know your situation and does not know your question — nothing you type is read by anything. The answers are drawn from a fixed list of twenty by a random number generator, exactly as a die does inside the physical ball.
Do not use it for anything that matters: medical questions, money, legal problems, whether to leave a job or a person. For those, the correct tools are a doctor, an accountant, a lawyer, or a long conversation with somebody who knows you. If a question feels too heavy for a plastic ball, that feeling is accurate.
Doing it without this tool
The physical toy is still sold and is more satisfying, because shaking it and waiting for the die to float up is most of the ritual.
A coin. Two outcomes instead of twenty, and it works for the reaction trick just as well.
A d20. Number the twenty classic answers and roll — this is literally what is inside the ball.
Spreadsheet. Put the twenty answers in column A and use =INDEX(A1:A20,RANDBETWEEN(1,20)), then press F9 to ask again.
Privacy: your question never leaves your browser
People ask an 8 ball things they would not type into a search engine. Whatever you write here stays on your device: nothing is uploaded, nothing is logged, no account exists and no history is kept once the tab is closed. The answer is drawn by your own browser, so the page works with the network switched off.
Related tools
Frequently asked questions
Twenty, exactly as on the die inside the physical toy: ten positive, five non-committal and five negative.
Because half the set is positive by design. The original toy was built to feel encouraging, so agreement is twice as likely as refusal.
You can, and the answer may change, because every press is an independent random draw. Wanting to press again usually tells you more than the answer does.
No. Nothing is analysed and nothing is sent anywhere. The question box exists so you can keep or screenshot a record of what you asked.
Yes. Each draw uses the browser cryptographic random source, so no answer is favoured beyond the ten to five to five split of the classic set.
No. It is a toy from 1950 with a twenty-sided die in it. Use it for trivial choices and for noticing your own reaction, never for decisions that matter.
Yes, once the page has loaded. The answer is chosen by your own browser.