FormatForge logoFormatForge

Crypto guide

ETH vs Gwei vs Wei: Ethereum Units Explained with Examples

Learn the relationship between ETH, Gwei and Wei, convert values precisely, and understand why Ethereum balances and gas prices use different denominations.

By FormatForge2026-08-168 min read

Quick summary

Learn the relationship between ETH, Gwei and Wei, convert values precisely, and understand why Ethereum balances and gas prices use different denominations. This guide gives you a clear, practical explanation before you use the related online tool.

1

Ethereum uses denominations of the same asset

ETH, Gwei and Wei are not different tokens. They are denominations of ether, similar to expressing the same measurement in larger or smaller units. Different denominations make very small values easier to read.

2

Wei is the smallest standard denomination

One ETH equals 10^18 Wei. Because blockchain values often need exact integer representation, Wei is useful at the protocol and programming level where fractional Wei is not needed.

3

Gwei is convenient for gas prices

One Gwei equals 10^9 Wei and 10^-9 ETH. Gas prices are commonly shown in Gwei because values such as 20 Gwei are easier to read than 0.000000020 ETH per gas.

4

Conversion table

The core relationships are: 1 ETH = 1,000,000,000 Gwei; 1 Gwei = 1,000,000,000 Wei; and 1 ETH = 1,000,000,000,000,000,000 Wei. These fixed relationships do not require a market-price API.

5

Example: Gwei to ETH

If a gas price is 25 Gwei, that equals 0.000000025 ETH per gas unit. Multiplying by gas used gives the transaction fee before considering the EIP-1559 cap mechanics represented by the entered scenario.

6

Example: ETH to Wei

0.5 ETH equals 500,000,000,000,000,000 Wei. For exact conversions, integer scaling is preferable to careless floating-point arithmetic because Ethereum denominations can involve many decimal places.

7

Unit conversion is separate from fiat value

ETH/Gwei/Wei conversion is fixed. Converting ETH to USD, EUR, INR or another currency requires an ETH market price that changes over time. FormatForge therefore keeps fiat reference optional and user-entered.

8

Use the right unit for the job

Use ETH for balances and final fee amounts, Gwei for readable gas-price inputs, and Wei when exact smallest-unit values are needed. The Ethereum Gas Fee & Unit Calculator shows all three together so you can move between protocol-scale and human-readable values.

Continue with a free tool

Related FormatForge tools

Frequently asked questions

How many Gwei are in one ETH?

One ETH equals 1,000,000,000 Gwei.

How many Wei are in one ETH?

One ETH equals 1,000,000,000,000,000,000 Wei.

How many Wei are in one Gwei?

One Gwei equals 1,000,000,000 Wei.

Are Gwei and ETH different cryptocurrencies?

No. They are different denominations of ether.

Does converting ETH to Gwei require a live price?

No. The denomination relationship is fixed. Only conversion to fiat currency needs a market-price input.

Keep learning

Related guides