{% extends "base.html" %} {% from "_notes.html" import fine_print %} {% block title %}{{ page_title }} · Networthy HQ{% endblock %} {% block content %} {% if user %} {% endif %}

How rich am I?

Type a net worth and see where it ranks among adults in India, the USA, Singapore, Australia, Canada, Indonesia, Japan and worldwide. Modelled from UBS, Knight Frank and Forbes wealth data — a fun estimate, not a census. {% if not user %}Everything is worked out in your browser: the number you type is never sent to us.{% endif %}

{% if my_net_worth %} {% endif %}

would place you…

The wealth pyramid — India

Band widths are on a log scale so the tiny top bands stay visible. Bands defined in INR crore; USD at ₹96.5/$1.

{# --------------------------------------------------------------------------- Server-rendered reference tables. The explorer above paints into empty divs from JS, so these exist to give crawlers (and no-JS readers) the actual numbers — and they answer the questions people search for directly. --------------------------------------------------------------------------- #}

What net worth puts you in the top 1% in India?

About {{ thresholds | selectattr('pct', 'equalto', 1.0) | map(attribute='label') | first }}. The top 10% starts at about {{ thresholds | selectattr('pct', 'equalto', 10.0) | map(attribute='label') | first }}, and the top 0.1% at about {{ thresholds | selectattr('pct', 'equalto', 0.1) | map(attribute='label') | first }} — measured across India's ≈1 billion adults.

{% for t in thresholds %} {% endfor %}
To be in the… You need about Adults above that line
top {{ "%g"|format(t.pct) }}% {{ t.label }}{% if t.rough %}{% endif %} {{ "{:,.0f}".format(t.adults) }}

† Below ₹1 crore the source data has no sub-band detail, so these lines are interpolated and should be read as approximate.

Where common net worths rank in India

The same question the other way round — where each level lands among India's ≈1 billion adults, at fixed rungs.

{% for l in levels %} {% endfor %}
Net worth Top % Adults at or above That's about
{{ l.label }} {{ "%.3g"|format(l.top_pct) }}% {{ "{:,.0f}".format(l.rank) }} {% if l.one_in %}1 in {{ "{:,.0f}".format(l.one_in) }}{% else %}—{% endif %}

India's wealth bands

How India's adults split across net-worth bands, richest first. USD equivalents at ₹96.5/$1.

{% for b in band_rows %} {% endfor %}
Band USD Adults Share of adults
{{ b.label }} {{ b.usd_label }} {{ "{:,.0f}".format(b.adults) }} {{ b.share_display }}

Adults are age 20+. Sources and method are set out below.

{# Sourcing + limits, stated in full. This page is public and about money, so the provenance belongs on the page itself rather than buried in Terms. #}

Where these numbers come from

Sources

Band populations are compiled from the UBS Global Wealth Report (2025/26), the Knight Frank Wealth Report and the Forbes Billionaires list, covering adults aged 20+. USD equivalents use ₹96.5 to $1 (RBI reference rate, approx. July 2026) — a moving rate frozen for legibility, so dollar figures drift as the rupee does.

How a placement is worked out

The published data is coarse — eleven wealth bands. Between the band edges we interpolate with a piecewise power law (Pareto): wealth tails are close to log-log linear, so a net worth between two anchors is placed along that curve rather than snapped to a band edge. Above the top anchor we extend the last segment's slope. Below ₹1 crore the source data has no sub-band structure at all, so placements there are a rough interpolation and should be read as "somewhere in this region", not a percentile.

What this is not

It is not a census. Wealth distributions are modelled estimates built from surveys, rich lists and national balance sheets; the very top bands are order-of-magnitude at best, unreported and offshore wealth is by definition missing, and different reports disagree with each other by wide margins. Treat every figure here as indicative — good for a sense of scale, not for any decision that matters.

{{ fine_print("Rankings are estimates for general interest only.") }}
{% if not user %}

Know your real number first

Ranking a guess is entertainment. Networthy HQ tracks your actual net worth — Indian & US stocks, mutual funds, crypto, gold, property, bank balances and loans, priced live — so the number you rank is the real one.

Get started — it's free Explore the live demo

{% endif %}

Also useful: how much you need to retire — the corpus that funds your spending at each withdrawal rate.

{% endblock %}