Tarot Birth Card Calculator
Find your Tarot birth card(s) from your date of birth. Uses the classic numerological reduction (month + day + year, digit-summed to a Major Arcana number) to reveal your birth card(s), their keywords and traditional meaning.
Input
Output
Your card(s) will appear here.
Guides
Your Tarot birth card is the Major Arcana card (or pair of cards) that numerology links to your date of birth. Enter your birthday and this calculator does the maths for you, then shows the card name, its position in the Major Arcana, its keywords, and a short traditional meaning.
How to use it
- Pick your date of birth in the date field.
- The result updates instantly — no button to press.
- Read your birth card(s) headline, the card details table, and the How it was calculated breakdown showing each reduction step.
Copy the summary or download the card table as a CSV to keep or share.
How the birth card is calculated
This tool uses the classic method popularised by tarot author Mary K. Greer:
- Add the date. Take your month, day and full year as numbers and add them together — for example, 20 July 1969 becomes
7 + 20 + 1969 = 1996. - Reduce the digits. Sum the digits of that total (
1 + 9 + 9 + 6 = 25) and keep summing while the result is larger than 22 (2 + 5 = 7). - Read the card. The number that lands between 1 and 22 is your Major Arcana card. Because a two-digit result also reduces to a single digit, most people get a pair of related cards — for example 16 (The Tower) pairs with
1 + 6 = 7(The Chariot).
Why some people get two cards, or three
A two-digit reduction number always carries a smaller "soul" card hidden inside it, so a pair is the norm rather than the exception. Three totals behave specially:
- 19 gives a rare triple — The Sun (19), which reduces to The Wheel of Fortune (10), which reduces again to The Magician (1).
- 22 is The Fool, numbered both 0 and XXII, and it pairs with The Emperor (
2 + 2 = 4). - A birthday that reduces straight to a single digit (1–9) yields just one card.
Is this the same as my star sign?
No. Your zodiac sign comes from the position of the sun on your birthday, while your tarot birth card comes from a numerological reduction of the whole date. They are unrelated systems and won't line up.
Is the result accurate / scientific?
Tarot birth cards are a tradition of numerology and self-reflection, not science. The arithmetic itself is fully deterministic — the same birthday always produces the same card(s) — but the meanings are interpretive and meant for entertainment and introspection.
Privacy
Everything runs in your browser. Your date of birth is never uploaded — the calculation happens locally.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/tarot-birth-card \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"birthDate": "1990-06-15"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `tarot-birth-card` tool (Tarot Birth Card Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.