The internet has weight, consumes energy, and pollutes more than you think
Sustainable design is no longer some far-off concept disconnected from web development reality. Every time you click a button, scroll down a page, or watch a video online, real energy is being consumed somewhere in the world. The internet seems invisible, but it has weight. It has physical infrastructure. It has an environmental cost. Behind every pretty interface, there is a network of servers running 24 hours a day, 7 days a week, consuming electricity on a massive scale.
And that consumption is growing fast 🌍
The thing is, a lot of people still associate digital sustainability only with personal habits, like cleaning out old emails or avoiding unnecessary streaming. But the responsibility goes way beyond the end user. Developers, digital agencies, and tech companies play a central role in this story, and the way they build websites and applications can make a huge difference in the environmental impact of the internet as a whole.
This is exactly where eco-friendly UX comes in — an approach that combines great user experience with real energy efficiency. It is not about sacrificing aesthetics or functionality. In fact, it is the opposite. More sustainable websites tend to be faster, lighter, and more pleasant to use.
In this article, you will understand the scale of the problem, see concrete data on the environmental cost of digital infrastructure, and learn about practical strategies already being applied by development teams around the world 🚀
The hidden environmental cost behind every page load
When people talk about carbon emissions, most think of airplanes, cars, or heavy industry. Few imagine that opening a browser tab also contributes to the global carbon footprint. But the numbers are far more significant than most of us realize. According to the International Energy Agency, data centers were responsible for approximately 1.5% of global electricity consumption in 2024, using around 415 terawatt-hours. And the outlook gets even more concerning when we look ahead: projections indicate that this consumption could more than double, reaching 945 terawatt-hours by 2030, driven by the growth of artificial intelligence and widespread digital expansion.
Most of this impact comes from where you least expect it: data centers, transmission networks, and end-user devices themselves. A single large-scale data center can consume as much energy as a mid-sized city. Every request made by a poorly optimized website means more processing, more active server time, more energy spent. Multiply that by millions of simultaneous users and the effect is enormous. And the worst part is that much of this consumption is avoidable with better design and architecture choices.
To make matters worse, websites are getting heavier by the year. Data from the HTTP Archive shows that the median desktop web page size reached 2.65 MB by the end of 2024, an 8.6% increase from the previous year. This bloat is caused by complex code and unoptimized media files. When pages are lean, servers work less, user devices consume less battery, and total carbon emissions drop significantly.
The Website Carbon Calculator, a free tool widely used by developers around the world, lets you measure the estimated CO₂ emissions per page visit. An average web page emits about 0.5g of CO₂ per view. That sounds small, but a site with 10,000 monthly visits already represents 5kg of carbon emitted from just that one page. Now imagine that multiplied across billions of pages indexed on the internet. The result is a considerable environmental impact, and one that needs to be taken seriously by the people building these digital experiences.
The rise of digital sustainability in Southeast Asia
The movement toward more sustainable digital infrastructure is gaining momentum across the globe, especially in fast-growing tech hubs. Thailand, for example, received over 22 billion dollars in digital investment pledges in 2025, with a strong focus on new data center projects. Aligned with its national net-zero emissions target by 2065, the country recently implemented a domestic carbon tax. This regulatory shift has forced local companies to rigorously audit their operational chains, including emissions generated by their online presence.
Despite this progress, there is still plenty of room for improvement. A 2026 academic study analyzed the 100 most visited websites in the region and found that 64% of them received a failing grade on the Website Carbon Calculator. The least energy-efficient sites emitted up to 26.62 grams of carbon dioxide per single page visit. Design and web development agencies in that region have already started proactively adopting green design principles, reducing emissions based on local server demand. By prioritizing lean code and energy-efficient architecture, these developers are able to serve an increasingly environmentally conscious global client base.
Eco-friendly UX in practice: what changes in the way we build interfaces
Eco-friendly UX is not a niche trend or a passing fad. It is a mindset shift in how digital products are designed. The core idea is simple: every design decision has an energy impact, and more conscious choices result in interfaces that consume fewer resources, load faster, and deliver a better experience for the user. This involves things as basic as the weight of images used on a page, the number of fonts loaded, the amount of scripts running in the background, and even the color palette chosen for the project.
Dark colors on OLED screens, for instance, consume significantly less energy than white backgrounds. System fonts eliminate the need to load external files. Images in WebP or AVIF format are much lighter than traditional JPEGs with no noticeable loss in quality. In fact, using the AVIF format can result in up to 50% reduction in data transfer compared to traditional JPEG, which drastically lowers a page’s energy footprint without compromising the visual experience. Videos that only load when the user interacts with them, rather than auto-playing, reduce data consumption and processing in a pretty meaningful way. All of these decisions, when combined, build an interface that is both more efficient and more enjoyable to use.
Beyond the visual layer, the application architecture also plays into this equation. Static sites generated at build time, instead of pages dynamically rendered on every request, reduce server workload and, consequently, energy consumption. Lazy loading, which defers the loading of elements not yet visible on screen, is another simple and effective technique. And cleaning up dead code — those JavaScript and CSS snippets that are never executed but keep getting downloaded by the browser — can reduce a page’s size by surprising percentages. Sustainable design starts much earlier than most teams realize.
W3C sustainability guidelines as a reference
For those looking for a solid and organized foundation of best practices, it is worth checking out the Web Sustainability Guidelines published by the World Wide Web Consortium, or W3C. This framework brings together detailed guidance covering everything from UX design decisions to hosting infrastructure choices. It is an excellent starting point for teams that want to incorporate sustainability in a structured way into the development cycle, without relying on guesswork or improvised approaches.
Design that adapts to the local energy grid
One of the most interesting trends in this space is the concept of grid-aware design. The idea is to allow websites to use real-time data, such as that provided by the Electricity Maps API, to detect the carbon intensity of the user’s local power grid. If that region is heavily relying on fossil fuels at that moment, the site can automatically disable heavy elements like autoplay videos, complex animations, or high-resolution images. It is environmental intelligence applied directly at the interface layer, and it shows just how dynamic and responsible design can be at the same time.
Simplifying navigation flows
Another frequently underestimated point is simplifying navigation flows. When a user has to click through five different pages to find information that could have been on two, every extra page load represents an additional server request. This generates unnecessary processing, consumes more energy, and on top of that, frustrates the user. Simplified journeys not only improve usability but directly translate into lower computational resource consumption. Fewer clicks, fewer requests, less carbon emitted. Simple as that.
Digital infrastructure and renewable energy: the foundation that supports everything
There is no point in optimizing every pixel of an interface if the digital infrastructure supporting that application still runs entirely on fossil fuel energy. The choice of hosting is one of the most impactful decisions a development team can make from an environmental standpoint. Providers like Google Cloud, Microsoft Azure, and AWS already operate with ambitious carbon neutrality goals and are making increasing investments in renewable energy to power their data centers. Smaller services, not always so much.
The Green Web Foundation project maintains an updated database of verified hosting providers that use clean energy. The initiative checks millions of websites daily and allows developers and companies to make more conscious choices when deciding where their products will run. And this decision matters much more than it seems: it is estimated that migrating a site from a server powered by fossil energy to one powered by renewable energy can reduce its carbon footprint by up to 80%, without any changes to the code or the design of the application.
But the situation is still far from ideal. Many data centers around the world continue to rely on non-renewable sources, especially in regions where clean energy infrastructure is still limited. This reinforces the importance of combining good development practices with conscious infrastructure choices. Code efficiency reduces consumption. The choice of hosting determines the energy source. Together, these two factors define the true environmental impact of any digital product that exists on the internet today.
Why this matters to product and business teams
It might seem like sustainable design is a topic reserved for green tech enthusiasts. But there is a very pragmatic argument here that gets straight to the point: lighter sites load faster, and faster sites convert more. Google uses performance metrics like Core Web Vitals directly in organic search rankings, which means a site optimized for energy efficiency also tends to perform better in SEO. Less data transferred means lower infrastructure costs for the company. And a smoother experience reduces bounce rates and increases user engagement time.
From a brand perspective, digital sustainability is also starting to hit the radar of consumers and corporate partners. ESG reports increasingly include metrics related to the environmental impact of a company’s digital operations. Organizations that can demonstrate their digital platforms were built with environmental responsibility come out ahead in procurement processes, strategic partnerships, and even investment rounds. Eco-friendly UX has stopped being a differentiator and is rapidly becoming a market expectation.
Product teams that have already incorporated these practices into their daily workflow report gains that go well beyond sustainability. The discipline of eliminating the superfluous, of questioning every interface element before adding it, of prioritizing performance as a quality criterion — it produces more cohesive products that are easier to maintain and deliver a better experience for the end user. It is a mindset that positively influences the entire creative process, from wireframe to production deploy 💡
Practical strategies to start right now
- Optimize images using modern formats like WebP and AVIF to reduce page weight without sacrificing visual quality. The savings can reach up to 50% in data transfer compared to traditional formats.
- Eliminate unnecessary scripts and remove dead code that gets loaded but never executed by the browser.
- Prefer system fonts whenever possible to avoid unnecessary external requests during page load.
- Implement lazy loading for images, videos, and heavy components so only what the user will actually see gets loaded.
- Choose green hosting verified by the Green Web Foundation to ensure your application runs on renewable energy.
- Monitor the carbon footprint of your pages using tools like the Website Carbon Calculator and set continuous improvement goals.
- Avoid video autoplay and heavy media that consume data and processing without the user actively requesting it.
- Simplify navigation flows so users find what they need with fewer clicks and fewer page loads.
- Explore grid-aware design to adapt the site experience based on the carbon intensity of the user’s local power grid.
- Adopt the W3C Web Sustainability Guidelines as a reference to structure design and development decisions with a focus on environmental efficiency.
Building better means building to last
Building a greener web is a collaborative effort. While individual users can make more conscious choices about their daily digital consumption, structural change needs to come from the creators of these digital spaces. By adopting eco-friendly UX, companies can significantly reduce their environmental impact, improve their site performance, and align with global sustainability goals.
The internet of the future will be built by people who understand that performance, user experience, and environmental responsibility are not conflicting objectives. They are, in fact, different faces of the same commitment: building digital products that work well for people and for the planet at the same time. As the internet continues to expand, sustainable web architecture will move from being a niche preference to becoming an absolute industry standard 🌱
