Data

Taxes on goods and services as share of GDP

See all data and research on:

What you should know about this indicator

  • Taxes are mandatory payments to the government that are not made in exchange for a specific good or service.
  • Taxes on goods and services are taxes on the production, sale, transfer, or use of goods and services. They include value-added taxes (VAT), sales taxes, excise duties (e.g. on fuel, alcohol and tobacco), and other taxes on goods and services.

How is this data described by its producer?

The variable Taxes captures tax collected regardless of sources (i.e., unless otherwise defined, this includes resource-based taxes). These follow the definition of taxes found in both the IMF’ Government Finance Statistics Manual (GFSM) and OECD Revenue Statistics Interpretive Guide as ‘compulsory, unrequited …’ payments to the government (IMF 2014; OECD 2020).

Indirect taxes comprise the sum of taxes on goods and services, international trade and transactions, and other taxes. The position displayed in Indirect may exceed the sum of mentioned sub-components due to unallocated revenue not classified in any of these categories. Note that the component of indirect taxes from natural resources is only non-zero in a small number of cases.

The majority of taxes on goods and services is comprised of sales taxes, value-added taxes (VAT) and excise duties. The OECD’s Revenue Statistics classes taxes on international trade and transactions under taxes on goods and services; thus for the GRD it is stripped out and reallocated . Note that the total of ‘Taxes on Goods and Services’ may be greater than the sum of the subcomponents due to unallocated residual revenues. Note also that, historically, a large number of countries classed VAT and Excise duty collected on imports as trade taxes. Both the IMF and OECD classify these as taxes on goods and services, and thus fall in this category. In the GRD, where it has not been possible to make this correction—primarily where historical Article IV data is involved—a note has been added to the relevant observations.

Source
UNU-WIDER Government Revenue Dataset (2025)with major processing by Our World in Data
Last updated
March 24, 2026
Next expected update
March 2027
Date range
1980–2023
Unit
% of GDP

Sources and processing

UNU-WIDER – Government Revenue Dataset (GRD)

The GRD aims to present a complete picture of government revenue and tax trends over time and allows for analysis at the country, regional or cross-country level. Where possible, figures are expressed both inclusive and exclusive of natural resource revenues, which helps to overcome a major obstacle to cross-country comparisons in existing data sources.

Retrieved on
March 24, 2026
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
UNU-WIDER (2025). UNU-WIDER Government Revenue Dataset. Version 2025. Helsinki: UNU-WIDER. https://doi.org/10.35188/UNU-WIDER/GRD-2025

The GRD aims to present a complete picture of government revenue and tax trends over time and allows for analysis at the country, regional or cross-country level. Where possible, figures are expressed both inclusive and exclusive of natural resource revenues, which helps to overcome a major obstacle to cross-country comparisons in existing data sources.

Retrieved on
March 24, 2026
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
UNU-WIDER (2025). UNU-WIDER Government Revenue Dataset. Version 2025. Helsinki: UNU-WIDER. https://doi.org/10.35188/UNU-WIDER/GRD-2025

All data and visualizations on Our World in Data rely on data sourced from one or several original data providers. Preparing this original data involves several processing steps. Depending on the data, this can include standardizing country names and world region definitions, converting units, calculating derived indicators such as per capita measures, as well as adding or adapting metadata such as the name or the description given to an indicator.

At the link below you can find a detailed description of the structure of our data pipeline, including links to all the code used to prepare data across Our World in Data.

Read about our data pipeline
Notes on our processing step for this indicator

The source provides their data with caution notes, classifying them as follows:

  1. Accuracy, quality or comparability of data questionable.
  2. Un-excluded resource revenues/taxes are significant but cannot be isolated from total revenue/taxes.
  3. Un-excluded resource revenue/taxes are marginal but non-negligible and cannot be isolated from total revenue/taxes.
  4. Inconsistencies with social contributions.

We have excluded from our dataset the observations flagged with caution note 1.

How to cite this page

To cite this page overall, including any descriptions, FAQs or explanations of the data authored by Our World in Data, please use the following citation:

“Data Page: Taxes on goods and services as share of GDP”, part of the following publication: Esteban Ortiz-Ospina and Max Roser (2016) - “Taxation”. Data adapted from UNU-WIDER. Retrieved from https://archive.ourworldindata.org/20260324-183111/grapher/taxes-on-goods-and-services-gdp.html [online resource] (archived on March 24, 2026).

How to cite this data

In-line citationIf you have limited space (e.g. in data visualizations), you can use this abbreviated in-line citation:

UNU-WIDER Government Revenue Dataset (2025) – with major processing by Our World in Data

Full citation

UNU-WIDER Government Revenue Dataset (2025) – with major processing by Our World in Data. “Taxes on goods and services as share of GDP” [dataset]. UNU-WIDER, “Government Revenue Dataset (GRD) 2025” [original data]. Retrieved April 1, 2026 from https://archive.ourworldindata.org/20260324-183111/grapher/taxes-on-goods-and-services-gdp.html (archived on March 24, 2026).

Quick download

Download the data shown in this chart as a ZIP file containing a CSV file, metadata in JSON format, and a README. The CSV file can be opened in Excel, Google Sheets, and other data analysis tools.

Data API

Use these URLs to programmatically access this chart's data and configure your requests with the options below. Our documentation provides more information on how to use the API, and you can find a few code examples below.

Data URL (CSV format)
https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.csv?v=1&csvType=full&useColumnShortNames=false
Metadata URL (JSON format)
https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false

Code examples

Examples of how to load this data into different data analysis tools.

Excel / Google Sheets
=IMPORTDATA("https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.csv?v=1&csvType=full&useColumnShortNames=false")
Python with Pandas
import pandas as pd
import requests

# Fetch the data.
df = pd.read_csv("https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.csv?v=1&csvType=full&useColumnShortNames=false", storage_options = {'User-Agent': 'Our World In Data data fetch/1.0'})

# Fetch the metadata
metadata = requests.get("https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false").json()
R
library(jsonlite)

# Fetch the data
df <- read.csv("https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.csv?v=1&csvType=full&useColumnShortNames=false")

# Fetch the metadata
metadata <- fromJSON("https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false")
Stata
import delimited "https://ourworldindata.org/grapher/taxes-on-goods-and-services-gdp.csv?v=1&csvType=full&useColumnShortNames=false", encoding("utf-8") clear