Direct answer
Pip value for GBP/USD is the amount of money (in your account currency) that a position gains or loses for a one-pip move in the quoted exchange rate. For a standard GBP/USD quote, the pip size is usually 0.0001 in price terms, so the raw pip value follows from position size × pip size, then gets converted into the account currency if needed.
If you have a platform that shows “pip value” directly, you can independently verify it by reproducing the calculation using (1) your trade size in units, (2) the pip definition your platform uses, (3) the current GBP/USD price used for conversion, and (4) your account currency conversion rules.
Mechanics: definitions and the core formula
A “pip” is a standardized step in the quoted price. For many major FX pairs quoted to four decimals, one pip equals 0.0001 of the quoted price. For GBP/USD, the quoted rate is GBP per 1 USD.
To compute pip value, you need the position size. Most FX platforms represent size in “base currency units.” For a GBP/USD trade, the base currency is typically GBP, so the notional in GBP is:
- Notional (GBP) = position_units
A one-pip move changes the quoted rate by:
- Δrate = pip_size (commonly 0.0001)
Step 1: compute pip value in the quote currency (USD)
Using the fact that GBP/USD is “USD per GBP” (equivalently, GBP per USD depending on how you view the rate), a convenient way to stay consistent is to anchor on the platform’s convention: the pip move produces a change in the value of the GBP notional expressed in USD. Under the common four-decimal pip definition, the change in USD for a one-pip move is:
- Pip value (USD) = notional_GBP × pip_size
This works when the pip size is expressed in the same “price” units as the GBP/USD quote and when your position units truly represent GBP notional.
Step 2: convert USD pip value into the account currency
If your account currency is USD, then pip value in account currency equals pip value (USD).
If your account currency is not USD, you convert the USD pip value using an available conversion rate. Conceptually:
- Pip value (account) = Pip value (USD) × FX_conversion_rate
The exact conversion direction and which pair is used depends on what the platform provides as conversion routes (for example, whether it quotes a direct pair from USD to your account currency, or uses a cross through another currency).
Example with explicit assumptions (no live prices)
Assume the following to make the calculation checkable:
- GBP/USD pip size = 0.0001 (four-decimal pricing)
- Position size represents 1,000 GBP notional (not 1,000 lots)
- Account currency is USD
Then:
- Pip value (USD) = notional_GBP × pip_size
- Pip value (USD) = 1,000 × 0.0001 = 0.10 USD per pip
Now assume instead your account currency is EUR, and you have an exchange rate that converts USD to EUR, noted as:
- EUR_per_USD = r
Then:
- Pip value (EUR) = 0.10 × r
If your platform displays “pip value per standard lot,” then you should redo the same steps but with the lot-to-units conversion your platform uses. The key is that the pip value scales linearly with notional size.
Limitations and failure modes (what can make numbers differ)
-
Pip definition may differ. Some platforms use pip size = 0.0001 for four-decimal quotes, but others may treat certain instruments differently (for example, different decimal places). If your pip size assumption is wrong, pip value will be wrong.
-
Your “position units” convention may differ. Pip value depends on what the platform means by the size you entered (base units, lots, or contract size). If you use the wrong mapping from lots to units, the result will not match.
-
Account-currency conversion can be routed differently. If your account currency is not USD, a platform may convert using a direct pair or via a cross. Different conversion routes can produce slightly different rounding, especially with pip-level values.
-
Rounding and display precision. Even with correct inputs, displayed pip value can be rounded (for display or risk-calculation purposes). The underlying computation can differ by a small amount.