Fees & Gas

What Is Gwei? Converting Gwei to ETH and USD

By HealthShaper Hub · · How we check facts

What is gwei? It is one billionth of an ETH. Learn to convert gwei to ETH and dollars, read sub-gwei gas prices and sanity-check a wallet fee estimate.

Conversion ladder from wei to gwei to ETH, showing a gas fee converted from gwei into ETH and then US dollars

Key takeaways

  • 1 gwei = 0.000000001 ETH = 1,000,000,000 wei. It is a unit of ETH, not a separate coin.
  • A gas price in gwei is per unit of gas. Fee in ETH = gas used × gwei per gas ÷ 1,000,000,000.
  • Handy anchor: 1,000,000 gwei = 0.001 ETH. Multiply any ETH amount by the live ETH price to get dollars.
  • Sub-gwei prices such as 0.3 gwei are normal on a quiet network and convert with exactly the same formula.
  • Work backward from a wallet's dollar estimate to the implied gwei price to spot a stale or inflated quote.
On this page
  1. What is gwei?
  2. A gas price in gwei is not the fee
  3. How do you convert gwei to ETH and USD?
  4. Sub-gwei gas prices: reading numbers like 0.3 gwei
  5. A shortcut table: what each gwei costs
  6. How to check a wallet’s fee estimate by working backward
  7. Common gwei mistakes
  8. The bottom line
  9. Frequently asked questions
  10. Sources

What is gwei?

Gwei is a denomination of ether (ETH), the way a cent is a denomination of a dollar, only much smaller. One gwei is 0.000000001 ETH. The name is short for gigawei, meaning one billion wei, and wei is the smallest possible amount of ETH.

You will almost always meet gwei in one place: gas prices. Wallets and block explorers quote the price of each unit of gas in gwei because the same number in ETH would be a string of zeros that is easy to misread.

UnitValue in weiValue in ETHWhere you see it
Wei10.000000000000000001Smart contracts, raw transaction data
Gwei1,000,000,0000.000000001Gas prices in wallets and explorers
Szabo (older name)1,000,000,000,0000.000001Rarely seen in wallets
Finney (older name)1,000,000,000,000,0000.001Rarely seen in wallets
Ether (ETH)1,000,000,000,000,000,0001Balances and prices

If you also hold bitcoin, the same idea appears there with satoshis; our guide to satoshis, gwei and wei compares the units side by side.

A gas price in gwei is not the fee

A wallet showing “7.5 gwei” is telling you the price of one unit of gas, not what the transaction will cost. The fee multiplies that price by the gas the transaction uses: 21,000 units for a plain ETH transfer, and more for anything that runs contract code.

On Ethereum, the price per gas is itself the sum of a base fee set by the protocol and a tip you choose. How those pieces and the gas limit fit together is covered in our guide to how the base fee, priority fee and gas limit work. Here the focus is the unit conversion that sits underneath every fee.

How do you convert gwei to ETH and USD?

Three short formulas cover every case:

  • ETH = gwei ÷ 1,000,000,000
  • USD = ETH × ETH price
  • Fee in ETH = gas used × gas price in gwei ÷ 1,000,000,000
Converting a gas price in gwei to dollars
  1. Find the gas used: 21,000 for an ETH transfer
  2. Add base fee and tip: 7 + 0.5 = 7.5 gwei per gas
  3. Multiply: 21,000 × 7.5 = 157,500 gwei
  4. Divide by 1,000,000,000: 0.0001575 ETH
  5. Multiply by ETH price: 0.0001575 × $2,750 = $0.43
An ETH transfer at a 7 gwei base fee plus a 0.5 gwei tip, with ETH at a hypothetical $2,750.

In the figure, an ETH transfer uses 21,000 gas while the base fee is 7 gwei and the tip is 0.5 gwei. That is 21,000 × 7.5 = 157,500 gwei. Moving the decimal point nine places to the left gives 0.0001575 ETH, and at a hypothetical $2,750 per ETH the fee is about $0.43.

Tip: Remember one anchor: 1,000,000 gwei = 0.001 ETH. At a hypothetical $2,750 per ETH, a million gwei is $2.75, so a fee of 157,500 gwei is a little under a sixth of that.

Going the other way: ETH to gwei and wei

To turn ETH into gwei, multiply by 1,000,000,000; to turn gwei into wei, multiply by 1,000,000,000 again. A fee an explorer lists as 0.00042 ETH is 420,000 gwei, or 420,000,000,000,000 wei. Wallets, explorers and developer tools mix these units freely, so convert everything to one unit before you compare two numbers.

Sub-gwei gas prices: reading numbers like 0.3 gwei

Gas prices below 1 gwei are no longer unusual. In May 2026, ethereum.org reported standard gas around 0.15 gwei on Ethereum mainnet, with daily averages near 0.5 gwei through April. That is a snapshot of a quiet period, not a fixed rate, so always check the live value before you send.

The formula does not change for decimals. At 0.3 gwei, which is 300,000,000 wei, a plain transfer costs 21,000 × 0.3 = 6,300 gwei, or 0.0000063 ETH, about $0.02 at $2,750. The same transfer at a busy-period 55 gwei costs 1,155,000 gwei, or 0.001155 ETH, about $3.18. Same action, same gas used, roughly 183 times the cost.

A shortcut table: what each gwei costs

Because gas used stays fairly stable for a given action, you can precompute the cost of each 1 gwei of gas price and multiply by whatever price you see. The table uses typical gas figures and a hypothetical ETH price of $2,750.

Action (typical gas used)ETH per 1 gweiUSD per 1 gwei
ETH transfer (21,000)0.000021$0.058
Token approval (~46,000)0.000046$0.127
Token transfer (~65,000)0.000065$0.179
Swap (~150,000)0.00015$0.413

A swap at 12 gwei would therefore cost about 12 × $0.4125 = $4.95. Treat the gas figures as rough: the real amount depends on the contract, as explained in gas estimates for transfers, swaps and approvals.

How to check a wallet’s fee estimate by working backward

You can also run the conversion in reverse to see what gas price a dollar estimate implies:

Implied gwei per gas = (USD fee ÷ ETH price) × 1,000,000,000 ÷ gas used

Example: A wallet quotes $1.10 for a token transfer of about 65,000 gas, with ETH at a hypothetical $2,750. That is 0.0004 ETH, or 400,000 gwei, which works out to about 6.15 gwei per gas.

If a block explorer shows the current base fee far below that, ask why. The wallet may be displaying the maximum it could charge rather than the likely fee, using a stale price, or adding a generous tip. None of these is necessarily wrong, but you should know which one you are looking at before you confirm.

Common gwei mistakes

  • Reading the gas price as the fee. “7.5 gwei” is per unit of gas; the fee also depends on the gas used.
  • Slipping by three zeros. 1 gwei is 0.000000001 ETH. A millionth of an ETH, 0.000001, is the old szabo unit, a thousand times larger.
  • Mixing up wei and gwei in advanced fields. Some developer tools expect wei. Typing 30 where the tool expects wei means 30 wei, not 30 gwei.
  • Forgetting that the ETH price moves. The same fee in gwei is worth more dollars when ETH is priced higher.
  • Comparing gwei prices across networks. Many layer 2 networks also quote gas in gwei, but they use different amounts of gas and some add a separate data fee, so compare final costs in ETH or dollars.
  • Leaving gas out of your results. Gas is a real cost of every on-chain trade.

That last point is easy to underestimate. Paying $4.95 of gas on a $300 swap is 1.65% of the trade before any other fee, which moves your break-even price after fees. Record gas in your profit and loss calculation, and when you weigh platforms against each other, include it in a fair comparison of crypto fees.

The bottom line

Gwei is simply a billionth of an ETH, used to quote gas prices in readable numbers. Multiply gas used by gwei per gas, divide by one billion to get ETH, and multiply by the live ETH price to get dollars. Running the same math backward is a quick way to check any fee estimate before you confirm.

Frequently asked questions

How much is 1 gwei in ETH?

One gwei is 0.000000001 ETH, or one billionth of an ether. Put the other way, 1,000,000,000 gwei make 1 ETH, and 1 gwei equals 1,000,000,000 wei, the smallest unit. A handy midpoint to remember is that 1,000,000 gwei equals 0.001 ETH, which makes quick mental conversions of typical fee totals much easier.

How do I convert gwei to dollars?

Divide the gwei amount by 1,000,000,000 to get ETH, then multiply by the current ETH price. For a fee, first multiply the gas used by the gas price in gwei. For example, 21,000 gas at 7.5 gwei is 157,500 gwei, or 0.0001575 ETH, which is about $0.43 if ETH is a hypothetical $2,750. Use the live ETH price when you do this for real.

Is gwei a separate cryptocurrency?

No. Gwei is a denomination of ETH, in the same way a cent is a denomination of a dollar, only far smaller. You cannot buy gwei on its own. When a wallet shows a gas price in gwei, it is describing a fraction of ETH that will come out of your ETH balance when the transaction is included in a block.

Why is gas priced in gwei instead of ETH?

Because gas prices written in ETH carry an awkward number of zeros. A price of 7 gwei per gas is 0.000000007 ETH per gas, which is easy to misread by a factor of ten or more. Gwei keeps typical gas prices in a readable range, while wei, the smallest unit, is what smart contracts and raw transaction data use internally.

What does a gas price of 0.3 gwei mean?

It means each unit of gas costs 0.3 gwei, which is 300,000,000 wei or 0.0000000003 ETH. Sub-gwei prices appear when the network is quiet. A plain ETH transfer of 21,000 gas at 0.3 gwei costs 6,300 gwei, or 0.0000063 ETH, which is about two cents if ETH is a hypothetical $2,750.

Sources

  1. Intro to Ether — ethereum.org
  2. Ethereum glossary — ethereum.org
  3. Gas and fees — ethereum.org
  4. Building on Ethereum in 2026: what has changed — ethereum.org

This content is for education only and is not financial, investment, tax or legal advice. Crypto assets are volatile and you can lose money. Examples use hypothetical numbers. See our disclaimer and editorial policy.