Bloatware: Difference between revisions
m add citation for invariants |
mention climate-change and AI training |
||
| Line 24: | Line 24: | ||
*Overly relying on network connections (such as internet) prevents users from accessing data that could've been cached locally<ref>{{Cite web |year=2019 |title=Local-first software: You own your data, in spite of the cloud |url=https://www.inkandswitch.com/essay/local-first |url-status=live |website=Ink & Switch}}</ref>, and can increase cellular-data billing | *Overly relying on network connections (such as internet) prevents users from accessing data that could've been cached locally<ref>{{Cite web |year=2019 |title=Local-first software: You own your data, in spite of the cloud |url=https://www.inkandswitch.com/essay/local-first |url-status=live |website=Ink & Switch}}</ref>, and can increase cellular-data billing | ||
*Big code-bases are harder to test and verify, leading to instability and unreliability issues | *Big code-bases are harder to test and verify, leading to instability and unreliability issues | ||
If an energy source isn't "[[wikipedia:Sustainable_energy|clean]]", bloat can worsen [[wikipedia:Climate_change|climate change]]. This is true for excessive processing (CPU, GPU, etc...) and network abuse (such as [[Artificial_intelligence/training|AI training]]) | |||
==See also== | ==See also== | ||
Revision as of 17:50, 17 January 2026
❗Article Status Notice: This Article is a stub
This article is underdeveloped, and needs additional work to meet the wiki's Content Guidelines and be in line with our Mission Statement for comprehensive coverage of consumer protection issues. Learn more ▼
There are several definitions, even within the context of software (ignoring hardware bloat), and even within those definitions it's still open to subjectivity:
- Pre-installed software that's not required by a system to work
- Redundant or duplicate features included on a device (physical or digital)
- Undesirable programs that were never requested by the user
- Software that has become bloated over time
While the term "bloatware" is commonly ascribed to software, hardware bloat exists.[1] See IoT devices, for examples.
Often, bloat is a symptom of enshittification
Why it is a problem
Most bloatware tends to be pre-installed because the device manufacturer (OEM) has a contract or partnership with another corporation who's interested in "getting exposure" (actually, to advertise itself and collect user data).[2]
Bloat, in any of its forms, raises privacy and security concerns[3]. As a rule of thumb, every added branch of code can make a program exponentially harder to prove for correctness[4] (ignoring the nuance that some code can aid static analysis or even completely enforce invariants[5]), making it impractical (hopeless) to verify that a program is not malicious (such as spyware) or has an exploitable vulnerability. The problem is exacerbated if the app is not open-source (or at least, source-available), since reverse engineering is hard and (in many cases) illegal, forcing the user to be at the mercy of the developers and distributors of the app.
Bloat is known for causing sub-par user-experience:
- Slowness makes users want to exit the website[6] or uninstall the program
- High memory use prevents users from multitasking; and even if they can multitask, the system will be considerably slow[7]
- High power usage increases energy bills and reduces battery lifespan
- Overly relying on network connections (such as internet) prevents users from accessing data that could've been cached locally[8], and can increase cellular-data billing
- Big code-bases are harder to test and verify, leading to instability and unreliability issues
If an energy source isn't "clean", bloat can worsen climate change. This is true for excessive processing (CPU, GPU, etc...) and network abuse (such as AI training)
See also
- "The Thirty Million Line Problem" by Casey Muratori on "Molly Rocket" channel
- "Web Obesity Crisis"
- The Growth of Web Page Size
- Javascript bloat in 2024
- "Software disenchantment"
- uBlock-wiki counterpoint to "Who cares about efficiency, I have 8 GB RAM and|or a quad core CPU"
- Why Modern Software is Slow–Windows Voice Recorder
References
- ↑ Ionescu, Bogdan (2025-09-13). "Hosting a WebSite on a Disposable Vape". BogdanTheGeek's Blog. Retrieved 2026-01-15.
- ↑ https://www.researchgate.net/publication/332932516_An_Analysis_of_Pre-installed_Android_Software
- ↑ Hubert, Bert (2024-02-08). "Why Bloat Is Still Software's Biggest Vulnerability". IEEE Spectrum. Retrieved 2025-11-21.
- ↑ https://gavinhoward.com/2024/03/what-computers-cannot-do-the-consequences-of-turing-completeness/#infinite-state
- ↑ Biffle, Cliff (2019-06-05). "The Typestate Pattern in Rust". Cliffle. Retrieved 2026-01-15.
- ↑ https://developer.mozilla.org/en-US/docs/Web/Performance
- ↑ https://en.wikipedia.org/wiki/Thrashing_(computer_science)
- ↑ "Local-first software: You own your data, in spite of the cloud". Ink & Switch. 2019.
{{cite web}}: CS1 maint: url-status (link)