The internet's carbon footprint is not abstract. Every web page transfer consumes electricity across multiple systems — user devices, network infrastructure, and data center servers. When that electricity comes from fossil fuel sources, it generates carbon emissions. The Sustainable Web Design Model (SWDM) v4 is the current standard methodology for estimating those emissions per page view, and the numbers are more variable than most web professionals expect.

The global average web page produces approximately 0.36 grams of CO2 equivalent per page view. A well-optimized site running on green-certified hosting can produce under 0.05g. A heavy, media-rich site on fossil-fueled hosting can exceed 2g. For a site with 100,000 monthly page views, that difference is between 60 kg CO2e per year and 2,400 kg per year — a 40-fold range driven almost entirely by two variables: page weight and hosting energy source.

The Carbon Badge scanner measures your site's current footprint in seconds and shows where it falls in that range. This guide explains the methodology behind the score and what to do with it.

Infographic

Website Carbon Footprint in 2026: Did You Know?

Sources: IEA, SWDM v4, Green Web Foundation, Ember Climate, HTTP Archive

3.7%

of global carbon emissions

Roughly equivalent to the aviation industry

0.36g

CO₂ per average pageview

Global average — ranges from 0.05g to 2g+

62%

of consumers prefer green sites

Would choose a brand over competitors if the site is greener

40×

range in carbon per site

60 kg to 2,400 kg CO₂e/yr for 100K monthly pageviews

What Drives Your Score in 2026

① Page Weight

Images = 50-80% of weight. A 500KB page: 0.3-0.8g CO₂. A 3MB page: 1.5-4g CO₂.

② Hosting Source

Green hosting = 30-60% less CO₂. Green Web Foundation verifies providers.

③ CSRD Scope 3

EU requires website carbon reporting as part of Scope 3 digital emissions.

④ Performance = Carbon

Same optimizations reduce both load time and emissions. No trade-off.

Sources: IEA (2023), SWDM v4, Green Web Foundation, Ember Climate, HTTP Archive 2024 • © 2026 Carbon Badge

How Website Carbon Emissions Are Calculated

Website carbon calculations use the Sustainable Web Design Model (SWDM) v4, published by the Sustainable Web Design community and adopted as the basis for most major carbon calculators in 2023. The model estimates emissions from data transfer, with two key adjustments:

The Basic Formula

Emissions = (data transferred in GB) × (grid carbon intensity in gCO2e/kWh) × (energy intensity factor from SWDM)

In practice, the model distributes the energy consumption across four segments: end-user devices (consumes the most electricity per byte transferred), networks, data center servers, and device manufacturing amortized over the device lifecycle. SWDM v4 weights these segments based on the best available empirical data from network energy measurements and lifecycle assessments.

The Two Variables That Matter Most

Page weight (kilobytes transferred to the browser) and hosting energy source are the two inputs that explain most of the variation in website carbon scores. Everything else — geographic location, time of day, device type — matters, but far less than these two.

Page weight: The bytes transferred to render your page include HTML, CSS, JavaScript, images, fonts, and third-party scripts. Each kilobyte requires energy to transmit across the network and to process on the user's device. A 500KB page typically produces roughly 0.3–0.8g CO2e. A 3MB page typically produces 1.5–4g CO2e — before accounting for hosting.

Hosting energy source: Data centers running on renewable electricity generate near-zero emissions from the server-side portion of the calculation. The Green Web Foundation maintains a database of verified green-hosted domains. If your host appears in that database, the calculator applies a significantly lower carbon intensity to your hosting segment. The difference can be 30–60% of total page emissions depending on the grid mix of your hosting region.

What Your Carbon Badge Score Means

The Carbon Badge scanner assigns letter grades from A+ to F based on grams of CO2e per page view:

GradegCO2e per pageviewPercentileTypical profile
A+< 0.05gTop 5%Static site, green host, under 100KB
A0.05–0.10gTop 10%Optimized site on green host
B0.10–0.20gTop 25%Well-optimized on standard host, or unoptimized on green host
C0.20–0.40gAverageTypical commercial website, standard hosting
D0.40–1.0gBelow averageHeavy page weights or fossil-fueled hosting
F> 1.0gBottom 20%Unoptimized media-heavy sites or very high fossil fuel grid mix

The average web page scores in the C range. Getting to B requires either moving to verified green hosting or reducing page weight by 40–60% from a typical starting point — usually both. Getting to A requires both simultaneously.

Why Website Carbon Footprint Matters in 2026

Three distinct pressures are making website carbon emissions a real business concern in 2026, rather than an optional sustainability gesture:

1. Consumer Demand for Transparency

A recent study from the Green Web Foundation found that 62% of consumers would choose a brand over an equivalent competitor if the website was clearly greener. Patagonia added a carbon badge to their footer displaying the CO2 cost per page view with offset method — and reported that sales increased. The transparency signal works differently from most sustainability marketing because it is specific and immediately verifiable.

Displaying a Carbon Badge on your site communicates the same signal: this organization has measured its digital footprint and is accountable for it. The guide to embedding a carbon badge explains the implementation options.

2. Scope 3 Emissions Reporting Requirements

The EU Corporate Sustainability Reporting Directive (CSRD) requires large companies and increasingly smaller ones to report Scope 3 emissions — including digital services in their supply chain. Website carbon footprint is a measurable component of digital Scope 3 emissions. As the reporting framework matures, website emissions that previously required no documentation will need quantification. See the Scope 3 emissions guide for digital businesses for the CSRD context.

3. Performance and Carbon Are the Same Problem

The most important point that sustainability-focused web discussions often miss: reducing page weight reduces both carbon emissions and page load time simultaneously. A page that loads in 1.5 seconds instead of 4 seconds has lower bounce rates, higher conversion rates, and lower carbon emissions. These are the same optimization — not competing priorities. Compressing images, removing unused JavaScript, implementing lazy loading, and using modern image formats (WebP, AVIF) all reduce both load time and carbon per page view.

How to Reduce Your Website Carbon Footprint

The interventions are straightforward; the prioritization requires knowing your current score and where the weight comes from.

Switch to Verified Green Hosting

Moving your site to a host verified in the Green Web Foundation database is typically the highest-impact single change you can make. Hosting providers running on renewable electricity include Hetzner (Germany, renewable certified), OVHcloud (partially renewable with green data center options), GreenGeeks, Kualo, and several regional providers. The carbon reduction from switching can be 30–60% of your total score without any page weight changes. Check the green web hosting checker guide for verification options.

Reduce Image Weight

Images typically account for 50–80% of total page transfer weight on content-heavy sites. The changes that have the most impact:

  • Convert JPEG and PNG to WebP or AVIF (typically 30–50% smaller at equivalent quality)
  • Implement lazy loading (load images only when they scroll into view)
  • Serve appropriately sized images (not a 2000px image scaled to 400px in CSS)
  • Use content delivery networks (CDN) to serve from geographically closer servers

Audit and Remove Unused JavaScript

JavaScript is the second-largest contributor to page weight on most modern websites. Marketing tag stacks, analytics scripts, chat widgets, and A/B testing tools accumulate over time. Run Chrome DevTools Coverage tab to see what percentage of loaded JavaScript is actually executed. Unused code above 40% is a common finding — and each kilobyte of removed JavaScript reduces both load time and carbon emissions.

Use System Fonts Where Possible

Web fonts add 50–200KB per page visit if not cached. System font stacks — using fonts already installed on the user's device — eliminate this transfer entirely. For sites where brand typography is not a core differentiator, switching to a system font stack is a zero-effort carbon reduction.

Displaying Your Carbon Badge

After scanning your site and getting a score, displaying the badge creates a public accountability signal. The badge can be embedded as a dynamic widget (showing real-time updates as your score changes) or as a static image with a link to your full scan report. The embedding guide covers both options with code examples.

The badge displays your grade and grams per page view. Clicking it links to your full Carbon Badge report, which shows the methodology, your hosting status, page weight breakdown, and historical score trend if you have scanned the page multiple times. The transparency builds credibility with audiences who understand the measurement — and often prompts competitor benchmarking conversations that drive further investment in site performance.

FAQ: Website Carbon Footprint 2026

How much carbon does a website produce?

The average web page produces approximately 0.36 grams of CO2 equivalent per page view, using the SWDM v4 methodology. For a site with 10,000 monthly page views, that is about 43 kg CO2e per year. Well-optimized sites on green-certified hosting can produce under 0.05g per page view. Heavy sites on fossil-fueled hosting can exceed 2g per page view.

What is the biggest factor in a website's carbon footprint?

Page weight (total kilobytes transferred to the browser) and hosting energy source are the two biggest factors. Images typically account for 50–80% of page weight on content-heavy sites. Hosting on servers running on renewable electricity can reduce the hosting contribution to carbon by 50–80% compared to fossil-fueled hosting.

How do I calculate my website's carbon footprint?

Scan any URL using the Carbon Badge scanner. The tool fetches the page, measures the data transferred, checks your hosting provider against the Green Web Foundation database, applies the SWDM v4 formula, and produces a gram-per-pageview figure and letter grade. Results take 5–15 seconds depending on page size.

Does switching to green hosting make a big difference?

Yes — it is typically the single highest-impact change you can make. Green-hosted sites apply a significantly lower carbon intensity to the server segment of the calculation, which can reduce total page emissions by 30–60% without any changes to the page itself. Verified green hosts appear in the Green Web Foundation database, which the Carbon Badge scanner checks automatically.

What is a good website carbon footprint score?

A grade of B or better (under 0.20g CO2e per page view) puts your site in the top 25% globally. A grade of A (under 0.10g) is top 10%. For most commercial websites, moving from C or D to B is achievable by switching to verified green hosting and compressing images — two changes that can be implemented within days to weeks.

Why is the internet's carbon footprint significant?

The internet currently produces approximately 3.7% of global carbon emissions — a figure comparable to the aviation industry. Unlike aviation, digital emissions are growing with data consumption patterns. The internet's emissions are often invisible because they are distributed across millions of devices and data centers globally, but they are real and measurable per page view.