Skip to main content

Other Calculator

North Node Calculator

Find the lunar North Node sign and degree in a natal chart from the birth date, time and UTC offset. Supports both the True Node and the Mean Node, returns the exactly opposite South Node, and optionally places both nodes in houses. Node longitudes come from standard ephemeris formulas and are accurate to within a few arcminutes.

North Node Calculator

Lunar node sign and degree from birth date and time

Use the offset in force at the birth date, including daylight saving if it applied.

The osculating node — includes periodic wobble, used by most modern astrologers.

Results

Enter birth date, time and UTC offset, then click Calculate North Node

Understanding the Lunar Nodes

The Moon's orbit is tilted about 5.1° relative to the ecliptic — the plane of Earth's orbit around the Sun. Because the two planes are tilted, they intersect along a line, and the two points where the Moon crosses the ecliptic are called the lunar nodes. The North Node is where the Moon crosses moving northward; the South Node is the opposite crossing.

These are genuine astronomical points, not abstractions — eclipses can only occur when a New or Full Moon happens near a node, which is why the nodes were historically called the dragon's head and tail. The nodal line precesses westward under the Sun's gravitational pull, completing a full circuit of the zodiac every 18.6 years.

North Node Formulas

The calculation runs in four stages: convert the birth moment to Julian Day, evaluate the node polynomial, then map the resulting longitude to a sign and degree.

1. Mean Node Longitude

The standard ephemeris series, with T in Julian centuries from J2000.0:

Ω = 125.0445479 − 1934.1362891·T + 0.0020754·T² + T³/467441 − T⁴/60616000
where T = (JD − 2451545.0) / 36525

2. True Node Longitude

The True Node adds periodic perturbation terms driven by the Delaunay arguments:

True Ω = Ω − 1.4979·sin(2(D−F)) − 0.1500·sin(M) − 0.1226·sin(2D) + 0.1176·sin(2F) − 0.0801·sin(2(M′−F))

3. Sign and Degree

The zodiac divides the 360° ecliptic into twelve 30° signs:

Sign Index = floor(Longitude ÷ 30)
Degree in Sign = Longitude mod 30

4. South Node

The nodes are the two ends of one line through the Earth, so they are always exactly opposite:

South Node = (North Node + 180°) mod 360

What Affects the Result

A few properties of the nodes determine how precise your inputs need to be:

  • Birth Time Barely Matters: The node moves only about 0.05° per day — roughly three arcminutes per hour — so even a several-hour error in birth time will not change the sign unless the node happens to be crossing a boundary that very day.
  • Location Does Not Affect the Node: Node longitude depends only on the UTC instant, so everyone born at the same moment worldwide shares the same node. Location is needed only to convert local time to UTC, and for house placement.
  • UTC Offset Is the Real Trap: Historical daylight saving rules changed frequently and varied by region, so using a modern offset for an older birth date can shift the UTC instant by an hour. Enter the offset that was actually in force on the birth date.

Lunar Node Reference Values

The key astronomical constants behind the node calculation:

Quantity Value Significance
Nodal (draconic) cycle 18.61 years Full circuit of the zodiac; the nodal return
Regression rate −19.34° / year Nodes move backward through the signs
Daily motion ≈ 0.053° / day Why birth time has minimal effect
Time per sign ≈ 18.6 months 30° ÷ 19.34° per year
Lunar orbit inclination 5.145° The tilt that creates the nodes at all
J2000.0 mean node 125.0445° Epoch anchor value (5.04° Leo)
True vs mean spread up to ≈ 1.5° Matters only near a sign boundary

Node Axis Pairs & Longitude Ranges

Because the nodes are always opposite, they always form one of six axes. Each sign spans a fixed 30° of ecliptic longitude:

North Node Sign Longitude Range South Node Sign
Aries0° – 30°Libra
Taurus30° – 60°Scorpio
Gemini60° – 90°Sagittarius
Cancer90° – 120°Capricorn
Leo120° – 150°Aquarius
Virgo150° – 180°Pisces
Libra180° – 210°Aries
Scorpio210° – 240°Taurus
Sagittarius240° – 270°Gemini
Capricorn270° – 300°Cancer
Aquarius300° – 330°Leo
Pisces330° – 360°Virgo

Benefits of Using the North Node Calculator

Real Ephemeris Math Node longitudes come from the standard Meeus polynomial series, not a lookup table, and are accurate to within a few arcminutes.
True and Mean Side by Side Both node types are always computed and displayed, so you can see immediately when they straddle a sign boundary.
Flexible Time Entry Enter birth time in 12-hour with AM/PM or 24-hour format, with a full UTC offset list covering half-hour and quarter-hour zones.
Optional House Placement Supply latitude and longitude to place both nodes in equal houses, computed from the Ascendant at the birth moment.

Example Calculations

Here are three scenarios worked out step-by-step:

Example Scenario 1 — New York Birth

Birth Date: June 15, 1990 · Time: 14:30 · New York, USA (UTC−4, EDT).

Convert local time to Universal Time: 14:30 EDT + 4h = 18:30 UTC

Julian Day for 1990-06-15 18:30 UTC = 2448058.27083

T = (JD − 2451545.0) / 36525 = −0.09546144

Mean node Ω = 125.0445479 − 1934.1362891·T + ... = 309.6800°

True node = mean node + perturbation terms = 308.2195°

Sign index = floor(308.2195 ÷ 30) = 10 → Aquarius

Degree in sign = 308.2195 mod 30 = 8.22°

Result: North Node 8° 13′ Aquarius — South Node 8° 13′ Leo

Example Scenario 2 — London Birth

Birth Date: January 20, 2005 · Time: 09:00 · London, UK (UTC+0, GMT).

Local time is already Universal Time: 09:00 UTC

Julian Day for 2005-01-20 09:00 UTC = 2453390.87500

T = (JD − 2451545.0) / 36525 = 0.05052070

Mean node Ω = 27.2985°

True node = 27.3560°

Sign index = floor(27.3560 ÷ 30) = 0 → Aries

Degree in sign = 27.3560 mod 30 = 27.36°

Result: North Node 27° 21′ Aries — South Node 27° 21′ Libra

Example Scenario 3 — Date Only (Noon UTC)

Birth Date: November 3, 1985 · Time unknown, noon UTC assumed.

With no birth time, noon UTC is the conventional midpoint assumption

Julian Day for 1985-11-03 12:00 UTC = 2446373.00000

Mean node Ω = 38.9215°

True node = 39.2565°

Sign index = floor(39.2565 ÷ 30) = 1 → Taurus

Degree in sign = 39.2565 mod 30 = 9.26°

Result: North Node 9° 15′ Taurus — South Node 9° 15′ Scorpio

Note: the node moves only ~0.05° per day, so an unknown birth time rarely changes the sign

Sign Boundary Tip

The True Node and Mean Node can differ by up to about 1.5°, which is enough to place them in different signs when the node sits within a degree or two of a boundary. If your result lands near 0° or 29° of a sign, check both values — this calculator shows them together — and note which node type any source you compare against is using. Astrology sites default to the True Node, so a mismatch is usually a node-type difference rather than an error.

Frequently Asked Questions

How is the North Node calculated?
The North Node is the ascending node of the Moon’s orbit — the point where the Moon crosses the ecliptic moving northward. Its longitude comes from a standard ephemeris polynomial in Julian centuries from J2000.0. The sign is found by dividing that longitude by 30, and the degree within the sign is the longitude modulo 30.
What is the difference between the True Node and the Mean Node?
The Mean Node is a smoothed average that regresses steadily backward at about 19.34° per year. The True Node adds the periodic perturbations caused by the Sun’s gravitational pull, so it wobbles slightly and can even appear to move forward briefly. They typically differ by up to about 1.5°, which only matters when the node sits near a sign boundary.
Which node type should I use?
Most modern astrologers and most astrology software default to the True Node, so that is the default here. The Mean Node is preferred in some traditional and Vedic approaches. If the two fall in different signs for your chart, the calculator shows both values so you can see the discrepancy directly.
Why is the South Node always exactly opposite?
The two nodes are the intersection points of the lunar orbital plane with the ecliptic plane. Two planes intersect in a straight line, and that line passes through the Earth, so the two crossing points are always exactly 180° apart. The South Node therefore needs no separate calculation.
Does my birth place affect the North Node position?
No. The node position depends only on the exact moment of birth in Universal Time, so it is identical for everyone born at the same instant anywhere on Earth. Your birth place matters in two ways: it determines the UTC offset needed to convert your local birth time, and it is required for house placement, which does depend on location.
What if I do not know my exact birth time?
The node moves only about 0.05° per day, roughly three arcminutes per hour, so an unknown birth time almost never changes the sign. Use noon as a midpoint estimate. The only situation where time matters is a birth within a day or two of a sign ingress, when the node is crossing from one sign to the next.
How long does the North Node stay in one sign?
About 18 to 19 months. The node completes a full circuit of the zodiac in roughly 18.6 years, which is the draconic or nodal cycle. That means the node returns to its natal position approximately every 18.6 years, and people born about 18 to 19 years apart often share the same nodal sign.
Why does the North Node move backward through the zodiac?
The lunar orbital plane precesses westward because of gravitational torque from the Sun. This makes the nodes regress — they move in the opposite direction to the planets, at about 19.34° per year. That is why the node is conventionally described as retrograde essentially all of the time.
What does the North Node mean in astrology?
In traditional astrological symbolism the North Node represents a direction of growth and unfamiliar territory to move toward, while the South Node represents familiar, comfortable patterns carried from the past. This is interpretive symbolism rather than a scientific claim, though the underlying node position is a genuine astronomical quantity.
How accurate is this calculator?
The node longitude is accurate to within a few arcminutes of published ephemerides — far finer than the one-degree precision astrology uses. The implementation is validated against the J2000.0 epoch value of 125.0445°, the known −19.34°/year regression rate, and published node sign-ingress dates. House placement uses the equal-house system.

Assumptions & Reference Values

This tool returns estimates using standard financial formulas and the default parameters shown in the calculator inputs. Always consult a qualified financial advisor before making investment decisions.

Calculator Defaults:

  • Mean node formula (Meeus, Astronomical Algorithms eq. 47.7): Ω = 125.0445479 − 1934.1362891·T + 0.0020754·T² + T³/467441 − T⁴/60616000, where T = (JD − 2451545.0) / 36525.
  • True node adds the principal periodic perturbation terms driven by the Delaunay arguments D, M, M′ and F.
  • Sign = floor(longitude ÷ 30); degree within sign = longitude mod 30.
  • South Node = (North Node + 180°) mod 360 — the nodes are the two ends of one line through the Earth.
  • Node longitude depends only on the UTC instant of birth, not on the birth location.
  • Latitude and longitude are used solely for the optional equal-house placement, computed from the Ascendant.
  • Node daily motion is about 0.053°, so an unknown birth time rarely changes the resulting sign.
  • The nodal (draconic) cycle is 18.61 years; nodes regress at roughly −19.34° per year.
  • Accuracy is within a few arcminutes of published ephemerides; validated against the J2000.0 value of 125.0445° and known node sign-ingress dates.
  • Sign interpretations are traditional astrological symbolism, not scientific claims.

Disclaimer

All calculations are for informational purposes only. Past performance does not guarantee future results. Consult a licensed financial advisor for personalized advice.