Tarot Card Draw
Free tarot card draw with a fair, unbiased shuffle from all 78 cards. Pick one card, yes/no, a three-card spread, love spread, or Celtic Cross.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Yes/No always reads card orientation as the answer — upright means yes, reversed means no. That's the simplest of several traditions, so "Allow reversals" is locked on here.
What this actually is. A random number generator dealing from a list of 78 cards, offered for entertainment and as a prompt for reflection. It does not predict anything, and no reading here should stand in for medical, legal, financial or mental-health advice. The value, if you find any, is in what the prompt makes you think about — not in the cards.
How the Tarot Card Draw works
- Pick a spread — one card, a yes/no draw, either three-card spread, a love & relationship spread, or the ten-card Celtic Cross.
- Type a question if you want the reading framed by one.
- Press Draw, or press Enter while the question field is focused. Each position gets its card, its orientation and a reading — Yes/No also gets a plain Yes or No from that orientation.
- Copy or download the reading if you want to keep it — nothing is saved here.
The shuffle is the only part that has a right answer
Everything else about tarot is interpretation. The dealing is arithmetic, and it is easy to get wrong in two specific ways: modulo bias from reducing a random byte into range, and dealing with replacement, which lets the same card repeat in one spread. This tool avoids both — rejection-sampling from the cryptographic random source, then dealing off a Fisher–Yates shuffle of the full 78-card deck (22 Major Arcana plus 56 Minor Arcana across four suits of 14 ranks), exactly like a physical deck.
256 = 3 × 78 + 22 — a raw byte mod 78 makes 22 cards 33% more likely; reject bytes ≥ 234 and redraw instead 3-card spread → 3.8% repeat risk if dealt with replacement 10-card spread → 45.2% repeat risk if dealt with replacement
A random prompt is a genuinely useful thinking tool — it gives you an angle you would not have chosen — but it is not a case for believing the cards know something, and nothing here should displace advice from a doctor, a lawyer or another professional who knows your situation.
FAQ
Does this predict the future?
No. It is a random number generator dealing from a list of 78 cards, and it is offered as entertainment and as a prompt for reflection. Whatever use you get from it comes from what the prompt makes you think about, not from the cards knowing anything.
Is the shuffle actually random?
Yes, and more carefully than most. It uses the browser's cryptographic random source with rejection sampling, because the obvious shortcut is biased: a random byte modulo 78 makes 22 of the cards 33% more likely than the other 56. Over 7.8 million draws that shows up as a 1.36 ratio between the most and least common card.
Can the same card appear twice in one spread?
No. The deck is shuffled and then dealt from the top, which is a draw without replacement — exactly like a physical deck. Picking a random card independently for each position instead would give a 45% chance of a repeat in a ten-card spread, which is the giveaway of a tool that skipped the shuffle.
What are reversals, and should I use them?
A reversed card is one that comes out upside down, and it is read as a shadow or a blocked form of the same idea. Plenty of readers ignore reversals entirely — a matter of tradition rather than correctness — so there is a switch for it. Turning them off halves the number of distinct outcomes and makes readings gentler.
Why are the minor card meanings so similar within a suit?
Because that is how the minors are built. The suit sets the domain — Wands for action, Cups for feeling, Swords for thought, Pentacles for the material — and the rank sets the stage within it, from Ace as a beginning to Ten as completion. This tool composes the meaning from both rather than treating all 56 as unrelated, which keeps the readings consistent.
Is my question sent anywhere?
No. The question box is there so the reading reads back with your question above it, and it stays in the page. Nothing is stored, logged or uploaded, and reloading clears it.
How many cards are in a full tarot deck?
78: the 22 Major Arcana plus 56 Minor Arcana, split into four suits (Wands, Cups, Swords, Pentacles) of 14 ranks each. This tool shuffles and deals from all 78, so every spread draws from the complete deck rather than a shortened version.
What does a three-card tarot spread mean?
The three-card spread here is read as Past, Present and Future — one card per position, dealt from the same shuffled, no-repeat deck as the other spreads. It's a quick way to get a broader prompt than a single card without the length of the Celtic Cross.
Can I do a free tarot card reading without an account?
Yes. There's no sign-up, no email capture and no paywalled spreads — pick a spread, press Draw, and read the result. Copying or downloading the reading afterward doesn't require an account either.
Does this do a yes or no tarot reading?
Yes — pick the Yes/No spread. It draws one card from the same fair, shuffled 78-card deck as every other spread and reads its orientation: upright means yes, reversed means no. That's the simplest of a few yes/no conventions in use (pre-sorting the deck into yes/no/maybe piles is another), which is why "Allow reversals" locks on for this spread specifically — the answer needs an orientation to read.
How we compare
| Feature | Online Tool Store | Tarot apps and sites | A physical deck |
|---|---|---|---|
| Unbiased draw, no duplicates in a spread | ✓ | Often neither | ✓ |
| Says what it actually is | ✓ | ✗ | Up to the reader |
| Six spreads including a yes/no draw and a love & relationship reading, reversals optional | ✓ | Some spreads paywalled or gated behind AI credits | ✓ |
| Copy or download the reading as text | ✓ | Some do, usually as an image or by email signup | Write it down yourself |
| No account, no ads, no reading upsell | ✓ | ✗ | ✓ |
| Your question never leaves the page | ✓ | ✗ | ✓ |
An honest, unbiased deal with the meanings written plainly and no attempt to sell you a reading afterwards. There is no card artwork here — for the imagery, which is most of the appeal for a lot of people, a real deck or an art-driven app is unbeatable.