Chinese zodiac animal, element, and polarity lookup

This Chinese zodiac calculator identifies the year animal in the repeating 12-year shengxiao (生肖) cycle: Rat, Ox, Tiger, Rabbit, Dragon, Snake, Horse, Goat, Monkey, Rooster, Dog, and Pig. It also applies the five-element sequence—Wood, Fire, Earth, Metal, and Water—and the Yin/Yang polarity associated with the Heavenly Stems cycle. The 12 animal branches and 10 stems combine into a pattern that recurs every 60 years.

Entering a Gregorian birth year produces a quick Chinese zodiac profile with an animal, element, and polarity (Yin or Yang). The calculation is a year-based lookup rather than a full lunar-calendar conversion; the modular steps, a concrete birth-year example, and the Chinese New Year caveat are explained below.

How to use the Chinese Zodiac Sign Calculator

  1. For a Chinese zodiac year lookup, enter your birth year (supported range: 1900–2100).
  2. Select Find My Sign.
  3. Read the result table showing your Animal, Element, and Polarity.

Chinese zodiac year boundaries matter for January and February birthdays because Chinese New Year falls in late January or February. If you were born before Chinese New Year in your Gregorian birth year, your zodiac designation may belong to the previous lunar year. This calculator uses the Gregorian year only, so confirm the Chinese New Year date for your birth year when an exact lunar-year assignment is important.

Chinese zodiac formulas for animal, element, and Yin/Yang

The calculator finds the Chinese zodiac animal through the 12-year branch cycle. A common alignment used in many references is that 4 CE corresponds to a Rat year. With that reference, subtract 4 from the birth year and take the remainder after division by 12.

Animal index: I=(Y-4)mod12 where Y is the Gregorian birth year and I selects an animal from the ordered list beginning with Rat.

The Chinese zodiac element and polarity come from the 10-year Heavenly Stems cycle. Each element occupies two consecutive years, while polarity alternates—normally Yang followed by Yin within each element pair.

Stem index: S=(Y-4)mod10

  • Element = elements[ floor(S / 2) ] → Wood, Fire, Earth, Metal, Water
  • Polarity = Yang if S is even, Yin if S is odd

For Chinese zodiac calculations, the script normalizes JavaScript remainders so its animal and stem indices remain valid even when a negative remainder would otherwise occur. The supported 1900–2100 range does not require that safeguard, but it preserves the intended cycle mapping.

Worked example: finding the 1991 Chinese zodiac sign

This Chinese zodiac example uses the birth year 1991.

  • Animal index: (1991 − 4) mod 12 = 1987 mod 12 = 7 → Goat
  • Stem index: (1991 − 4) mod 10 = 1987 mod 10 = 7
  • Element: floor(7 / 2) = 3 → Metal
  • Polarity: 7 is odd → Yin

The year-based result is Yin Metal Goat. A person born before Chinese New Year in 1991 may instead have the preceding lunar year’s animal, element, and polarity.

Chinese zodiac lookup assumptions, accuracy, and limitations

  • Chinese New Year boundary: This Chinese zodiac tool uses the Gregorian year only. People born before Chinese New Year in their birth year may belong to the previous zodiac year.
  • Supported range: Chinese zodiac birth-year input is limited to 1900–2100 to keep the calculator simple and consistent.
  • Interpretation: Zodiac traits, compatibility, and fortune-telling are cultural and astrological traditions, not scientific measurements.
  • Regional conventions: Sources can vary in element names, animal translations, and stem/branch terminology. This calculator uses a common mapping.

Chinese zodiac animals in cycle order and example years

This Chinese zodiac reference table shows the 12 animals in cycle order with recent Gregorian years for each animal. Adding or subtracting 12 years preserves the animal assignment, which makes the table useful for checking a calculator result by hand.

Animal Recent Years
Rat1996, 2008, 2020
Ox1997, 2009, 2021
Tiger1998, 2010, 2022
Rabbit1999, 2011, 2023
Dragon2000, 2012, 2024
Snake2001, 2013, 2025
Horse2002, 2014, 2026
Goat2003, 2015, 2027
Monkey2004, 2016, 2028
Rooster2005, 2017, 2029
Dog2006, 2018, 2030
Pig2007, 2019, 2031

Chinese zodiac animal symbolism in popular tradition

Chinese zodiac animals are often discussed through symbolic themes rather than as literal personality measures. Meanings vary by region and storyteller, but modern descriptions commonly connect the Rat with cleverness and quick thinking, the Ox with diligence and reliability, and the Tiger with courage and bold action. The Rabbit is frequently portrayed as gentle and tactful; the Dragon as powerful and auspicious; and the Snake as reflective, strategic, and intuitive. The Horse is associated with independence and momentum, while the Goat (also translated as Sheep or Ram) is linked with creativity, sensitivity, and aesthetic taste. The Monkey is commonly described as inventive and playful; the Rooster as confident and direct; the Dog as loyal and protective; and the Pig as generous and comfort-loving.

The animal returned by this Chinese zodiac calculator is best understood as a cultural archetype, not a fixed personality diagnosis. These associations are often used as conversation starters around Lunar New Year and provide a shared vocabulary for discussing temperament, goals, and relationships.

Chinese zodiac five elements: Wood, Fire, Earth, Metal, and Water

The element shown with a Chinese zodiac animal comes from the wu xing tradition, a framework for cycles of change and interaction. In zodiac readings, the element adds another layer to the animal’s themes. Wood is often described as growth-oriented and flexible; Fire as energetic and expressive; and Earth as steady, practical, and stabilizing. Metal is associated with structure, clarity, and determination, while Water is associated with adaptability, depth, and insight. Each element spans two years—one Yang and one Yin—so the element cycle repeats every 10 years and combines with the 12-animal cycle to create the 60-year pattern.

Two people can therefore share a Chinese zodiac animal while receiving different elements from their birth years. Popular readings may describe a Metal sign as more disciplined and a Water sign as more fluid or reflective. Whether interpreted literally or culturally, the element is an important part of how many people describe a zodiac year.

Chinese zodiac compatibility, trines, and oppositions

Beyond the birth-year label returned by this Chinese zodiac calculator, some traditions arrange animals into harmonious groups of three called trines and describe other pairings as clashes or oppositions. For example, Rat, Dragon, and Monkey are often named as a compatible trine, while Rat and Horse are treated as opposites. These ideas appear in matchmaking and folk astrology, but they are not scientific rules. They provide optional cultural context for readers who encounter zodiac discussions that extend beyond a single animal year.

Chinese zodiac tips for January and February birthdays

January and February birthdays need an extra Chinese zodiac boundary check: look up the Chinese New Year date for the birth year. If the birthday is before Chinese New Year, enter the previous Gregorian year here to approximate the lunar-year sign. If it is on or after Chinese New Year, enter the birth year as usual. This adjustment addresses the common situation in which different sources assign two possible animals to the same January or February birth date.

A fully precise Four Pillars (BaZi) reading requires more than the Chinese zodiac birth year, typically including the full birth date, birth time, and location. This calculator deliberately stays with a transparent year-based method that is easy to check.

Chinese Zodiac Sign Calculator FAQ

Is my Chinese zodiac result based on the lunar calendar?

The Chinese zodiac system is lunisolar, while this calculator uses the Gregorian birth year as an approximation. January and February births can therefore require a Chinese New Year boundary check.

Why does this Chinese zodiac calculator use 4 CE?

The Chinese zodiac arithmetic needs a reference year to align the repeating animal cycle. Treating 4 CE as a Rat year is a common alignment that makes the modular calculation straightforward.

Does the Chinese zodiac element change every year?

A Chinese zodiac element changes every two years because every element has one Yang year followed by one Yin year. That pairing is why the calculator derives the element from the 10-stem cycle.

Can I calculate a Chinese zodiac sign outside 1900–2100?

This Chinese zodiac calculator validates years from 1900 through 2100 to keep its lookup focused. The same cycle formulas can be used for earlier years, but calendar conventions and historical date handling deserve additional care.

Enter a year from 1900 to 2100. For January/early-February births, verify the Chinese New Year date for your birth year.

Arcade Mini-Game: Chinese Zodiac Sign Calculator Calibration Run

Use this quick arcade run to practice separating useful scenario inputs from common planning mistakes before you rely on the calculator output.

Score: 0 Timer: 30s Best: 0

Start the game, then use your pointer or arrow keys to catch useful inputs and avoid bad assumptions.

Enter your birth year to reveal your animal and element.