Layered Lumens 3D Logo Layered Lumens 3D
Amazon Seller Profit Guide

How to Accurately Calculate Amazon FBA Net Profit (The Complete Formula)

Most new sellers calculate profit simply as: Selling Price minus Cost of Goods minus Referral Fee. This naive formula leads to surprise losses. Here is how to calculate true net profit including FBA tier weights and the mandatory 20% UK VAT on seller fees.

💡 Fast-track this process automatically with MarginScan

Eliminate manual operational errors, decipher complex telemetry in 1 second, and save hours every single week.

Launch MarginScan Interactive Demo

📋 Step-by-Step Execution Guide

1

Identify the Active Buy Box Selling Price

Note the current winning Buy Box price including customer shipping charges on the Amazon product page.

2

Deduct Category Referral Fee (8% to 15%)

Amazon charges a percentage based on category (e.g. 15% for Electronics, 15.3% for Home). Calculate: Buy Box Price × Category Fee %.

3

Look Up FBA Fulfillment Tier by Dimensions & Weight

Determine your product size tier (Small Envelope, Standard Parcel, Oversize). Add the flat FBA pick-and-pack fee.

4

Apply the UK/EU 20% VAT on Digital Seller Fees

If not VAT-registered, multiply total Amazon fees (Referral + FBA) by 1.20 to reflect the 20% HMRC VAT charge.

5

Subtract Cost of Goods Sold (COGS) & Prep Costs

Deduct purchase cost, polybags, barcode labels, and inbound shipping to Amazon fulfillment centers.

⚡ True Net Profit Mathematical Formula

// True Amazon FBA Net Profit Calculation Formula:
function getTrueAmazonNetProfit(salePrice, cogs, inboundShip, referralPct, fbaFee, isVatRegistered = false) {
  const referralFee = salePrice * referralPct;
  const totalBaseAmazonFees = referralFee + fbaFee;
  
  // Apply 20% VAT surcharge on seller fees if not VAT-registered
  const feeVat = isVatRegistered ? 0 : totalBaseAmazonFees * 0.20;
  const totalDeductions = cogs + inboundShip + totalBaseAmazonFees + feeVat;
  
  const netProfit = salePrice - totalDeductions;
  const netMargin = (netProfit / salePrice) * 100;
  const roi = (netProfit / (cogs + inboundShip)) * 100;
  
  return { netProfit, netMargin, roi };
}

❓ Frequently Asked Questions

What is a good net profit margin for Amazon FBA?

Healthy retail arbitrage and wholesale FBA sellers aim for a minimum 15% to 20% net margin and 30% to 40% Return on Investment (ROI).

Why use MarginScan instead of manual spreadsheet calculations?

MarginScan scrapes the Buy Box, weight dimensions, and referral fees automatically right inside Amazon, computing your true net profit in under 1 second without typing.

Experience Zero-Friction Operations with MarginScan

Built for engineers, sellers, and makers who value their time. Zero telemetry leakage, 100% on-device execution.