A number scale converter answers a question that arises whenever an Indian financial figure meets an international audience, or the other way round: how much is 250 crore in billions, and how many lakh is half a million? Both scales name the same numbers. They simply chop the digits at different points, and the tool above does that regrouping without you having to count zeros on your fingers.
Arb Digital built this page because the mistake it prevents is expensive rather than academic. A revenue figure of ₹250 crore reported as "250 billion" overstates the business by a factor of one hundred, and it is a mistake that survives spreadsheets, decks and press releases because nothing in the number itself looks wrong. The converter shows the plain digit string alongside every named unit precisely so that a wrong answer becomes visible instead of plausible.
What This Number Scale Converter Does
Enter an amount, pick the unit it is currently written in, pick the unit you want, and the tool returns the equivalent figure. It reports the converted amount as the headline, then breaks the same quantity out into lakh, crore, million and billion at once, so you can quote whichever unit your reader will recognise. Below that it prints the underlying plain number in both grouping conventions — the Indian 2-2-3 grouping and the international 3-3-3 grouping — and spells the magnitude out in words.
It is a naming-scale converter, not a notation converter. If you want to move the same figure between ordinary decimal form and powers of ten, our scientific notation converter handles that, and it is a genuinely different job: scientific notation compresses a number's exponent, whereas this page renames its magnitude. If you need the number written out in English words rather than digits, the number to words converter does that in full, and if you are changing base rather than scale — decimal to binary or hexadecimal — the number base converter is the right page.
How to Use It
- Type the amount. Use the plain quantity, not the plain number: to convert 2.5 crore, enter 2.5 and select crore, not 25000000.
- Choose the source unit. The list runs across both scales, so you can convert lakh to crore, crore to billion, or million to lakh without changing anything else.
- Choose the target unit. Choosing "Units (plain number)" gives you the raw figure with no scaling at all, which is what a spreadsheet cell should usually hold.
- Set the decimal places. Four is a sensible default because lakh-to-million conversions genuinely need decimals. Trailing zeros are trimmed automatically.
- Read the whole panel, not just the headline. The four-value grid and the exact digit string are there to be sanity-checked against each other before you paste anything into a document.
The Formula: How the Conversion Is Calculated
Every named unit is a plain multiplier. Converting is a single step in each direction: multiply by the source unit's multiplier to reach units, then divide by the target unit's multiplier. Written as one line, result = amount × (from multiplier ÷ to multiplier).
The multipliers are fixed and worth memorising. On the Indian scale: thousand = 103, lakh = 105, crore = 107, arab = 109, kharab = 1011. On the international scale: thousand = 103, million = 106, billion = 109, trillion = 1012. So converting 25 crore to million is 25 × (107 ÷ 106) = 25 × 10 = 250 million. Converting 500 lakh to million is 500 × (105 ÷ 106) = 500 × 0.1 = 50 million.
Notice what those two exponent lists have in common and where they part. Both agree at 103 and both agree at 109 — an arab and a billion are the same quantity. Between those two points they interleave rather than align, which is the entire source of the confusion this page exists to remove.
Why the Two Scales Step Differently
The international scale advances in steps of one thousand: thousand, million, billion, trillion, each one a thousandfold jump. That is the same logic the metric system uses for its prefixes, where kilo, mega, giga and tera are separated by factors of 1,000, as set out in NIST's reference on metric (SI) prefixes. Because the steps are uniform, digit grouping in threes lines up perfectly with the names — every comma you meet reading right to left announces the next unit.
The Indian scale steps by one thousand once, then by one hundred repeatedly: thousand (103), lakh (105), crore (107), arab (109). After the first thousand, each new name is only a hundred times the last. That is why Indian digit grouping is 2-2-3 rather than 3-3-3: the commas still mark unit boundaries, but the boundaries now sit two digits apart. The figure 12,34,56,789 reads as 12 crore, 34 lakh, 56 thousand, 789 — each comma group is a unit, exactly as in the international convention, just with different spacing.
Neither system is a corruption of the other. They are two naming schemes layered on the same base-ten digits, and the digits are the common ground. When two people disagree about a figure, have both write out the plain digit string; the disagreement resolves immediately.
The Two Errors That Cost the Most
The first is treating crore and billion as interchangeable. They differ by a factor of one hundred: 1 crore is 10 million, while 1 billion is 1,000 million. A company reporting ₹500 crore in revenue has earned 5 billion rupees, not 500 billion. This error inflates by two orders of magnitude and it is almost never caught by a reader, because both numbers look like ordinary business figures.
The second is treating lakh and million as interchangeable, usually in the direction of writing 1 lakh as 1 million. One lakh is 0.1 million — a tenfold overstatement. It shows up constantly in salary discussions, where an annual package of 12 lakh becomes "12 million" and the number stops being credible in either currency. The rule that fixes both: divide lakh by 10 to get million; multiply crore by 10 to get million.
A third, quieter error is the historical one. Before the 1970s British English used the long scale, in which a billion meant a million million (1012) rather than a thousand million. Modern British usage follows the short scale, so a billion is 109 everywhere in the English-speaking world today, but some continental European languages still use long-scale words, and a "billion" in a French or German document can mean 1012. This converter uses the short scale throughout, which is what financial reporting in English requires. The broader principle — that a quantity should be written so its magnitude cannot be misread across languages — is exactly why standards bodies prefer explicit prefixes and powers of ten to named magnitudes, as the NIST Special Publication 811 guide to the SI sets out in its rules for expressing quantities.
Currency Symbols Are Not Part of the Scale
A frequent source of confusion is that lakh and crore appear almost exclusively alongside rupees, which makes them feel like currency units. They are not. They are counting words with no more currency attachment than "dozen" — you can have three lakh voters, twelve crore page views, or two lakh litres, and none of those involve money.
The practical consequence is that this converter never touches exchange rates and should not be asked to. Converting 250 crore to million gives 2,500 million of whatever the underlying thing is. If that thing is rupees and you need dollars, that is a second, separate step involving a rate that changes daily. Doing both steps at once in your head is how figures end up wrong in ways nobody can trace back. Change the scale first, confirm the digit string, then apply the rate.
The same discipline applies to abbreviations. "Rs 5 Cr" means 5 crore and "5L" or "5 lac" means 5 lakh — lac is an older spelling, not a different unit. Internationally "5M" is 5 million and "5bn" is 5 billion, but "5MM" also means 5 million in finance, from a Roman-numeral convention where MM is a thousand thousand. Expand every abbreviation into digits before calculating with it.
Where Precision Runs Out
Browsers hold numbers as 64-bit floating point, which represents whole numbers exactly only up to about 9 quadrillion (253, roughly 9.007 × 1015). Below that ceiling, every conversion this tool performs on a whole number is exact. Above it — 900 kharab and beyond — the final digits become approximate, and the tool tells you so rather than pretending otherwise.
Decimal inputs have a subtler limit that catches people out in spreadsheets too. Values such as 0.1 cannot be stored exactly in binary floating point, so a chain of conversions can leave a figure like 24,999,999.9999999 where 25,000,000 was expected. The converter rounds the displayed result to your chosen decimal places, which hides the artefact, and it computes each conversion in a single multiply-divide rather than chaining steps, which prevents the artefact from accumulating in the first place. For deliberate control of how many digits you keep, our rounding calculator and significant figures calculator cover the two different rules that apply.
Reading Indian Government and RBI Figures
Official Indian publications almost always state their unit in the table header rather than beside each figure, and the unit is frequently "₹ crore" or "₹ lakh crore". That last one trips up readers who have never seen a compound unit. A lakh crore is 105 × 107 = 1012, so one lakh crore is exactly one trillion. A budget line of "₹4.5 lakh crore" is ₹4.5 trillion, or 4,500 billion.
The compounding rule is straightforward once you have seen it: multiply the two multipliers together. Ten crore is 10 × 107 = 108; a thousand crore is 103 × 107 = 1010, which is ten billion. To use this converter on a compound unit, resolve the compound to a plain number first, enter it with the unit set to "Units", and read off whichever scale you need. Working with the underlying ratios of two such figures is a job for the ratio calculator, and moving between physical units rather than counting words is what the unit converter is for.
Arb Digital publishes hundreds of free calculators covering arithmetic, algebra, statistics and finance — all free to use, with no sign-up and no limit on how often you run them.
Browse All Free Tools Suggest a ToolCommon Mistakes to Avoid
- Equating crore with billion. They are one hundred apart. One crore is ten million; one billion is a thousand million.
- Writing lakh as million. A lakh is a tenth of a million, so 12 lakh is 1.2 million, not 12 million.
- Grouping an Indian figure in threes. Writing 1,23,45,678 as 12,345,678 is arithmetically fine, but the commas no longer mark lakh and crore.
- Bundling a currency conversion into the same step. Change the scale, verify the digits, then apply the exchange rate as a separate calculation.
- Assuming every document uses the short scale. Older British and current continental European sources may mean 1012 by "billion", so check the source's own definition before quoting it.
Related Free Tools From Arb Digital
Pair this converter with the scientific notation converter when you need exponent form, the number to words converter when a figure has to be spelled out on a document, the number base converter for binary and hexadecimal work, and the rounding and significant figures calculators when you have to decide how many digits to keep. More live in the free tools hub.
Frequently Asked Questions
One crore is exactly ten million, because a crore is ten to the power seven and a million is ten to the power six. To go the other way, divide millions by ten to get crore, so 250 million is 25 crore.
Ten lakh make one million. A lakh is ten to the power five and a million is ten to the power six, so one lakh is a tenth of a million. An annual figure of 12 lakh is therefore 1.2 million, not 12 million.
No, and this is the most expensive mistake on this page. One crore is ten million while one billion is one thousand million, so a billion is one hundred crore. Reporting 500 crore as 500 billion overstates the figure one hundredfold.
A lakh crore is a compound unit equal to ten to the power five multiplied by ten to the power seven, which is ten to the power twelve, or one trillion. Indian budget documents use it routinely, so a line reading 4.5 lakh crore means 4.5 trillion.
Because the Indian scale steps by one hundred after the first thousand, each comma marks the next named unit. The digits 12345678 group as 1,23,45,678, which reads directly as 1 crore, 23 lakh, 45 thousand, 678 without any counting of zeros.
In modern English, yes. British English adopted the short scale in official use during the 1970s, so a billion is ten to the power nine. Some continental European languages still use a long scale in which the equivalent word means ten to the power twelve, so check any non-English source.
No. They are counting words with no currency attached, in the same way that dozen is a counting word. You can have three lakh visitors or two crore litres. This converter never applies an exchange rate, so a currency conversion is always a separate second step.
Whole numbers up to roughly nine quadrillion, which is two to the power fifty-three, are represented exactly by the browser. Beyond that the last digits become approximate and the tool displays a warning rather than presenting an inexact figure as exact.
This converter is provided for study and for checking your own working. Always confirm the unit stated in the header of any financial table before quoting a figure from it.