Helldivers 2’s Slim PC Build Explained
How Arrowhead slashed Helldivers 2’s PC install size by 85% and what the new slim version means for your storage, performance, and gameplay.

Helldivers 2’s Slim PC Build Explained: 85% Less Storage, Same Galactic War
Helldivers 2 has been one of 2024’s standout co-op shooters, but its PC version has carried a notorious downside: a massive install footprint that could easily dominate an SSD. In response, Arrowhead Game Studios and PC port specialists Nixxes Software have rolled out a new “slim version” of the game on PC that dramatically cuts down the required disk space while keeping the core experience intact.
This article breaks down what the slim build is, how the developers achieved an approximately 85% reduction in install size, what trade-offs to expect, and how to opt into the technical beta safely.
From Storage Hog to Space Saver: What Actually Changed?
Before the optimization work, Helldivers 2’s PC install was often reported at around 154GB on disk. After the introduction of the slim build—and a major overhaul of how data is stored—that figure drops to about 23GB, freeing up roughly 131GB of space for other games and files.1,2
| Version | Approx. Install Size | Difference | Relative Change |
|---|---|---|---|
| Pre-optimization PC build | ~154GB | — | Baseline |
| New slim PC build (technical beta) | ~23GB | ~131GB less | ~85% reduction |
For players with smaller SSDs or shared drives, that’s the difference between having to uninstall several other titles and comfortably keeping a full library installed. In the era of 100GB-plus AAA games, such a dramatic cut is unusual and attracts attention not just from Helldivers fans, but from PC gamers in general.
Why Helldivers 2 Was So Large on PC
To understand the significance of the slim build, it helps to know why Helldivers 2 was so big in the first place. The developers have been unusually transparent about their technical decisions in a series of blog posts and announcements aimed at PC players.3
Legacy HDD Optimization
Earlier versions of the PC build were optimized with mechanical hard drives (HDDs) in mind. On spinning disks, seeking many small files scattered across the drive is relatively slow. One common optimization is to:
- Bundle lots of data into large archives.
- Duplicate commonly used assets across multiple packages to minimize head movement.
- Prioritize sequential reads over minimal storage usage.
That approach improves loading characteristics on HDDs, but it creates redundant data. When every planet, mission variant, or language pack has copies of the same textures and audio, the total install size balloons.
Modern PC Reality: SSDs Everywhere
Today, however, the majority of PC gamers run their main library on SSDs, which handle random reads much better than HDDs. Valve’s own hardware surveys show SSD adoption continuing to rise among Steam users.4 That shift opens the door for more compact storage strategies that trade some random access overhead for major space savings. The Helldivers 2 slim build is essentially a pivot towards that SSD-centric reality.
Data Deduplication: The Core of the Slim Build
The cornerstone of the size reduction is full data deduplication of the game’s assets. In more technical terms, the developers analyzed their content archives, identified identical or highly similar data blocks, and ensured each unique block is stored only once and referenced wherever needed.
How Deduplication Works in Games (Conceptually)
While implementation details are specific to each engine and pipeline, most game-oriented deduplication follows a pattern:
- Scan assets for redundancy – Tools analyze textures, meshes, audio, and other data to detect exact matches or near-identical content.
- Create a single canonical copy – Instead of multiple packages each shipping their own duplicate of a texture or sound effect, the build process keeps only one authoritative version.
- Update references – Game data is rewritten so every place that used to point to a duplicate file now points to the canonical asset.
- Rebuild archives – The installer and content archives are regenerated using the deduplicated data.
On modern filesystems, deduplication can even happen at the block level, but game studios typically implement their own content-aware approaches within the build pipeline. The result in Helldivers 2’s case is a reduction from about 154GB to roughly 23GB, chiefly by eliminating redundant copies of textures, meshes, and possibly localized data.1,3
Why This Matters Beyond One Game
Helldivers 2 is far from the only title facing storage bloat. Other AAA releases—especially ones with high-resolution assets and multiple language packs—frequently exceed 100GB. The European Commission and regulators elsewhere have noted that digital content, including games, is one of the fastest-growing contributors to data traffic and storage requirements globally.5 Efficient asset management isn’t just good for players; it also reduces patch sizes, bandwidth usage, and long-term server costs for publishers.
The New Slim Build Is in a Public Technical Beta
The significantly smaller PC build is available through a technical public beta rather than as a mandatory update. This staged rollout helps the studio catch edge cases before making the new system the default install path.
Key Traits of the Public Beta
- Opt-in only: You must deliberately select the slim build; it doesn’t replace your installation automatically.
- Reversible: If you encounter issues, you can leave the beta and revert to the standard branch.
- Live-fire testing: The goal is to observe how the slim version behaves on a wide range of real-world PCs before a general rollout.
- Content complete (for most players): The intention is that your gameplay experience remains functionally identical, with the difference mostly invisible outside of storage usage.
This “low-risk” approach respects that Helldivers 2 is a live service title: stability, matchmaking health, and crossplay compatibility all matter as much as storage savings. The beta structure provides breathing room for fixes without forcing all players onto a newly engineered content pipeline on day one.
How to Opt Into the Helldivers 2 Slim Version on Steam
If you’re on PC and want to try the leaner installation, opting in via Steam is straightforward. Exact labels may change over time, but the process generally follows these steps:
- Open Steam and go to your Library.
- Right-click Helldivers 2 and select Properties….
- Navigate to the Betas tab in the sidebar.
- In the Beta participation dropdown, look for an entry referencing the slim or reduced size build.
- Select that entry and close the properties window.
- Steam should now begin downloading the slim build—this may involve reinstalling a large portion of the game.
When the process completes, your Helldivers 2 installation should be drastically smaller. If you later decide to leave the beta, you can return to the standard branch by repeating the steps and choosing “None” or the default branch in the same dropdown.
Checklist: Before You Switch to the Slim Version
- Ensure you have a stable internet connection for a sizeable download.
- Check you have enough temporary free space for Steam to manage the transition.
- Back up important configuration files or screenshots if you keep them in the game directory.
- Plan the switch for a time when you don’t need the game for a scheduled co-op session.
Performance and Stability: What to Expect
A common concern whenever install sizes shrink is whether the game will load slower, stream textures less reliably, or suffer from new crashes. While only long-term public testing can fully answer those questions, the design of the slim build provides clues about likely behavior.
Loading Times and Streaming
Because the beta pivots away from HDD-optimized duplication and towards SSD-friendly deduplication, there may be changes in how quickly levels load or assets stream in. On a modern SSD, the difference might be negligible or even imperceptible for most players. Systems still running Helldivers 2 from an HDD, however, may notice more frequent seeks or slightly longer loads because the content layout is no longer tuned around minimizing disk head movement.
Bandwidth and Patch Sizes
One understated advantage of deduplication is smaller patches. When unique data is stored once and reused via references, updates often touch fewer files, and incremental patches can be more compact. Over the lifecycle of a live service title like Helldivers 2, that can save tens or hundreds of gigabytes in cumulative downloads for regular players.
Compatibility with Existing Saves and Progress
The slim build is not a content-cut or feature-reduced version of the game; it’s a repackaging of the same content. That means your profile, progress, and unlocks should carry over seamlessly, since those are usually stored in cloud-backed or separate save data, not in the install’s asset archives.
Still, during any technical beta there is a small risk of unexpected bugs. Keeping cloud saves enabled and avoiding manual tampering with game files is the safest approach.
What This Means for Different Types of Players
The benefits of the slim build aren’t identical for every player. How much it helps you depends on your storage setup and how you use your PC.
Players on Smaller SSDs or Laptops
If you game on a 256GB or 512GB SSD, freeing over 100GB is immediately impactful. It can mean:
- Keeping multiple large games installed at once.
- Avoiding constant uninstall/reinstall cycles when new releases arrive.
- Reducing wear from frequent write-heavy operations associated with large game updates.
Enthusiasts with Large Libraries
Even if you have several terabytes of storage, many players maintain sprawling libraries. By slashing the footprint of a popular live-service title like Helldivers 2, you reduce fragmentation and free up room for:
- Mod-heavy titles that accumulate large workshop folders.
- Creative workloads such as video editing or 3D rendering alongside gaming.
- Other live-service games with frequent, large updates.
Console Players Watching from the Sidelines
While this change currently targets the PC build, it highlights a broader industry trend: bringing PC install sizes closer to console equivalents. Console platforms often enforce tighter size constraints and uniform storage assumptions, which can drive more aggressive asset optimization. PC ports, historically, haven’t always benefitted from the same discipline, but Helldivers 2’s ongoing work shows that gap can be narrowed.
Broader Industry Implications: A Blueprint for Leaner Games
Helldivers 2’s slim build arrives at a moment when many players are openly frustrated with ballooning storage requirements. At the same time, the International Energy Agency and other organizations have noted that data centers and digital content distribution contribute to rising energy consumption worldwide.6 While a single game’s size reduction won’t change global energy trends, the practices behind it can scale.
Key lessons other studios can take from this move include:
- Design for SSD-first environments: Most active PC gamers now run key titles on SSDs; optimizing solely for HDDs is increasingly outdated.
- Invest in asset pipelines early: Retroactively deduplicating data is more complex than baking these efficiencies into the content pipeline from day one.
- Use technical betas for risky changes: Major structural changes to content archives benefit from opt-in rollouts and close monitoring.
- Communicate clearly: Arrowhead’s detailed explanations via official posts and patch notes help build trust and informed consent among players.
FAQs: Helldivers 2 Slim PC Version
Does the slim build remove any content from Helldivers 2?
No. The aim is to store the same assets more efficiently, not to cut missions, planets, or gameplay features. From the player’s perspective, the slim build should feel like the same game with a much smaller install.
Will my performance improve or get worse with the slim version?
On SSDs, most players should experience similar performance. Some may see minor differences in loading screens or streaming, but the core frame rate and gameplay responsiveness should remain largely unchanged. HDD users might see slightly longer loads because the build is no longer optimized around minimizing disk head movement.
Can I go back to the non-slim version if I don’t like the beta?
Yes. You can leave the technical beta by switching back to the default branch in the Steam betas menu. Steam will then reconfigure your installation accordingly, though this may involve another large download.
Is this change coming to consoles as well?
The current initiative is focused on the PC version. Console builds already operate under a different set of constraints and optimizations. That said, lessons from the slim build may influence future console patches or other games from the same publishers.
Will future patches also be smaller because of this update?
They are likely to be more efficient. Once the game’s data is deduplicated and structured cleanly, incremental updates can often modify fewer unique assets, resulting in reduced patch sizes over time. However, large content drops can still be hefty if they introduce many new high-resolution assets.
Final Thoughts
Helldivers 2’s new slim PC build is more than a quality-of-life patch; it’s a statement about how modern PC games can respect players’ storage constraints without compromising scale or spectacle. By embracing data deduplication, leveraging the strengths of SSDs, and rolling out changes through a cautious technical beta, Arrowhead and Nixxes have delivered one of the most dramatic install-size reductions in recent memory.
If your drive is feeling cramped and you’re comfortable trying early technical updates, the slim build is an appealing, reversible way to reclaim over 100GB of space while continuing to serve Super Earth in style.
References
- HELLDIVERS 2 Tech Blog #2 — Arrowhead Game Studios / Steam Community. 2024-10-03. https://steamcommunity.com/games/553850/announcements/detail/491583942944621372
- Helldivers 2 install size slashed from 154GB to just 23GB, 85% reduction accomplished by de-duplicating game data — Tom’s Hardware. 2024-10-04. https://www.tomshardware.com/video-games/pc-gaming/helldivers-2-install-size-slashed-from-154gb-to-just-23gb-85-percent-reduction-accomplished-by-de-duplicating-game-data-an-optimization-for-older-mechanical-hard-drives
- Helldivers 2 Shrinks 85% in File Size, Saves 131GB on PC — TechBuzz. 2024-10-05. https://www.techbuzz.ai/articles/helldivers-2-shrinks-85-in-file-size-saves-131gb-on-pc
- Steam Hardware & Software Survey — Valve Corporation. 2024-09-01. https://store.steampowered.com/hwsurvey
- Shaping Europe’s Digital Future: Data Centres and Energy Efficiency — European Commission. 2023-01-24. https://digital-strategy.ec.europa.eu/en/policies/data-centres-and-energy-efficiency
- Electricity 2024 – Analysis and Forecast to 2026 — International Energy Agency. 2024-01-24. https://www.iea.org/reports/electricity-2024
Read full bio of Sneha Tete








