YES OR NO

Settle any doubt with a random yes or no

🤔 ?

Tap the card to decide

Decisions

0

Yes

0

No

0

What is "Yes or No"?

"Yes or No" is the most direct way to make a random decision: you ask a question in your head, press the button, and get an instant answer, yes or no, with the same probability for each. It is like flipping a coin, but without having to decide beforehand which side means what: here the answer is already spelled out.

This tool works from any phone, tablet, or computer, with nothing to install and no sign-up. It is perfect for those moments when you have been overthinking something for too long and just need a nudge to settle it.

When to use yes or no?

It works for any question that can be answered with a yes or a no. Some typical moments:

How does it work?

When you press the button, the page generates a pseudo-random number with the browser's Math.random() function. Below 0.5 the answer is yes; otherwise it is no. Each one has exactly a 50% chance, just like a balanced coin, and each decision is independent of the previous one.

The short animation before the answer is revealed is purely cosmetic: the result is decided the instant you press. The counter below keeps track of how many yeses and noes have come up in the session, so you can see the real ratio when you ask many times.

Frequently asked questions

How does it decide yes or no?

Each answer is generated by the browser's pseudo-random engine, with a 50% chance of yes and 50% of no. There is no bias and no favorite answer.

Is it good for important decisions?

It is great for everyday doubts and for getting unstuck, but the generator is not cryptographically secure, so don't use it for draws with legal or financial value.

Is it the same as flipping a coin?

The odds are the same (50/50), but here the answer is direct: instead of heads or tails, you read a yes or a no, with no need to decide beforehand what each side means.

Can I influence the result?

No. Each decision is independent of the previous one and fully random, so it is normal to get several yeses or noes in a row.

Are my questions or answers stored?

No. Everything happens inside your browser. When you close the tab the counter resets and nothing is sent to our servers or third parties.