Does installing a bunch of unnecessary fonts slow computers down?
Several sites and blogs advise users to remove the excess fonts from their OS. Does this help in performance or is this just a myth? If it is true, why is that so?
windows macos performance fonts
add a comment |
Several sites and blogs advise users to remove the excess fonts from their OS. Does this help in performance or is this just a myth? If it is true, why is that so?
windows macos performance fonts
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10
add a comment |
Several sites and blogs advise users to remove the excess fonts from their OS. Does this help in performance or is this just a myth? If it is true, why is that so?
windows macos performance fonts
Several sites and blogs advise users to remove the excess fonts from their OS. Does this help in performance or is this just a myth? If it is true, why is that so?
windows macos performance fonts
windows macos performance fonts
edited Dec 18 '12 at 22:12
Linger
2,764102739
2,764102739
asked Dec 18 '12 at 13:08
Fábio Perez
9491822
9491822
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10
add a comment |
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10
add a comment |
5 Answers
5
active
oldest
votes
The reason that it is recommended is that Windows (at least, not sure about Mac and Linux) has to load font information on boot. Not only can this slow the boot process (though I don't think you would actually notice this on a modern computer) but, more importantly, each font requires an amount of in-memory storage. This is then no longer available to other OS processes and so can slow down the OS due to paging.
So on a modern computer with plenty of memory and a fast drive, you won't notice any difference under normal circumstances.
add a comment |
The main performance hit is not the fonts on their own, but the extended load times for applications using them (Word, Excel, Corel etc.).
Graphics-Unleashed
SourceDaddy
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
add a comment |
From my own experience, I have to say yes, installing many fonts will slow down a system. My own anecdotal evidence is as follows:
In early 2011, I wanted to see if there was any truth as to whether a lot of fonts slowed down a system. To test it out, I used FontFrenzy on a Windows 7 machine to unload all but the fonts installed with Windows 7 by default. In all, I disabled about 250 fonts I had accumulated. That being the only change I made, my boot time (from BIOS screen to useable Desktop screen) lowered by 6 seconds (from 50 seconds to 44 seconds). Programs like Word, Photoshop, etc. felt like they loaded faster (however, I didn't actually time them).
I don't recall the exact system specs, but it was an i5 machine running Win 7 Home Premium with 6GB RAM and a 750GB Caviar Green 5400RPM drive.
The problem with anecdotal evidence like this is that I'm sure that no one is going to have the exact software/hardware setup I had. However, for the one test I ran, it cut the boot time slightly by having less fonts.
add a comment |
Yes it does, as windows reads all fonts on start up and must validate all fonts in:
C:windowsfonts
before resuming start up.
If you install new fonts in windows, you will experience slower boot by windows.
That is why it is recommended that you only keep the main fonts in windows listed in this link and keep also fonts you are using in special editing software like Photoshop or CorelDraw, or installed software or games on your system that require special fonts.
add a comment |
Just an idea:
If you need many fonts sometimes, then you'd better to have those fonts in external folder (like C:my_fonts1
) and make a symlink of those files in c:windowsfonts
, and when you close Photoshop/etc
, then you can just rename to C:my_fonts2
and then all files in windowsfonts
directory will become unusable.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f521001%2fdoes-installing-a-bunch-of-unnecessary-fonts-slow-computers-down%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
The reason that it is recommended is that Windows (at least, not sure about Mac and Linux) has to load font information on boot. Not only can this slow the boot process (though I don't think you would actually notice this on a modern computer) but, more importantly, each font requires an amount of in-memory storage. This is then no longer available to other OS processes and so can slow down the OS due to paging.
So on a modern computer with plenty of memory and a fast drive, you won't notice any difference under normal circumstances.
add a comment |
The reason that it is recommended is that Windows (at least, not sure about Mac and Linux) has to load font information on boot. Not only can this slow the boot process (though I don't think you would actually notice this on a modern computer) but, more importantly, each font requires an amount of in-memory storage. This is then no longer available to other OS processes and so can slow down the OS due to paging.
So on a modern computer with plenty of memory and a fast drive, you won't notice any difference under normal circumstances.
add a comment |
The reason that it is recommended is that Windows (at least, not sure about Mac and Linux) has to load font information on boot. Not only can this slow the boot process (though I don't think you would actually notice this on a modern computer) but, more importantly, each font requires an amount of in-memory storage. This is then no longer available to other OS processes and so can slow down the OS due to paging.
So on a modern computer with plenty of memory and a fast drive, you won't notice any difference under normal circumstances.
The reason that it is recommended is that Windows (at least, not sure about Mac and Linux) has to load font information on boot. Not only can this slow the boot process (though I don't think you would actually notice this on a modern computer) but, more importantly, each font requires an amount of in-memory storage. This is then no longer available to other OS processes and so can slow down the OS due to paging.
So on a modern computer with plenty of memory and a fast drive, you won't notice any difference under normal circumstances.
answered Dec 18 '12 at 15:54
Julian Knight
12.9k11535
12.9k11535
add a comment |
add a comment |
The main performance hit is not the fonts on their own, but the extended load times for applications using them (Word, Excel, Corel etc.).
Graphics-Unleashed
SourceDaddy
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
add a comment |
The main performance hit is not the fonts on their own, but the extended load times for applications using them (Word, Excel, Corel etc.).
Graphics-Unleashed
SourceDaddy
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
add a comment |
The main performance hit is not the fonts on their own, but the extended load times for applications using them (Word, Excel, Corel etc.).
Graphics-Unleashed
SourceDaddy
The main performance hit is not the fonts on their own, but the extended load times for applications using them (Word, Excel, Corel etc.).
Graphics-Unleashed
SourceDaddy
edited Dec 18 '12 at 14:52
Dave M
12.7k92838
12.7k92838
answered Dec 18 '12 at 13:23
bummi
1,50131421
1,50131421
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
add a comment |
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
If you're not actively using the fonts, then why load them and consume system resources?
– da4
Dec 18 '12 at 14:41
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
@da4 I'm not OT, I on my own have to develop and test software with different fonts, an since I've to use chinese for testing too, a few others won't harm me.
– bummi
Dec 18 '12 at 14:55
add a comment |
From my own experience, I have to say yes, installing many fonts will slow down a system. My own anecdotal evidence is as follows:
In early 2011, I wanted to see if there was any truth as to whether a lot of fonts slowed down a system. To test it out, I used FontFrenzy on a Windows 7 machine to unload all but the fonts installed with Windows 7 by default. In all, I disabled about 250 fonts I had accumulated. That being the only change I made, my boot time (from BIOS screen to useable Desktop screen) lowered by 6 seconds (from 50 seconds to 44 seconds). Programs like Word, Photoshop, etc. felt like they loaded faster (however, I didn't actually time them).
I don't recall the exact system specs, but it was an i5 machine running Win 7 Home Premium with 6GB RAM and a 750GB Caviar Green 5400RPM drive.
The problem with anecdotal evidence like this is that I'm sure that no one is going to have the exact software/hardware setup I had. However, for the one test I ran, it cut the boot time slightly by having less fonts.
add a comment |
From my own experience, I have to say yes, installing many fonts will slow down a system. My own anecdotal evidence is as follows:
In early 2011, I wanted to see if there was any truth as to whether a lot of fonts slowed down a system. To test it out, I used FontFrenzy on a Windows 7 machine to unload all but the fonts installed with Windows 7 by default. In all, I disabled about 250 fonts I had accumulated. That being the only change I made, my boot time (from BIOS screen to useable Desktop screen) lowered by 6 seconds (from 50 seconds to 44 seconds). Programs like Word, Photoshop, etc. felt like they loaded faster (however, I didn't actually time them).
I don't recall the exact system specs, but it was an i5 machine running Win 7 Home Premium with 6GB RAM and a 750GB Caviar Green 5400RPM drive.
The problem with anecdotal evidence like this is that I'm sure that no one is going to have the exact software/hardware setup I had. However, for the one test I ran, it cut the boot time slightly by having less fonts.
add a comment |
From my own experience, I have to say yes, installing many fonts will slow down a system. My own anecdotal evidence is as follows:
In early 2011, I wanted to see if there was any truth as to whether a lot of fonts slowed down a system. To test it out, I used FontFrenzy on a Windows 7 machine to unload all but the fonts installed with Windows 7 by default. In all, I disabled about 250 fonts I had accumulated. That being the only change I made, my boot time (from BIOS screen to useable Desktop screen) lowered by 6 seconds (from 50 seconds to 44 seconds). Programs like Word, Photoshop, etc. felt like they loaded faster (however, I didn't actually time them).
I don't recall the exact system specs, but it was an i5 machine running Win 7 Home Premium with 6GB RAM and a 750GB Caviar Green 5400RPM drive.
The problem with anecdotal evidence like this is that I'm sure that no one is going to have the exact software/hardware setup I had. However, for the one test I ran, it cut the boot time slightly by having less fonts.
From my own experience, I have to say yes, installing many fonts will slow down a system. My own anecdotal evidence is as follows:
In early 2011, I wanted to see if there was any truth as to whether a lot of fonts slowed down a system. To test it out, I used FontFrenzy on a Windows 7 machine to unload all but the fonts installed with Windows 7 by default. In all, I disabled about 250 fonts I had accumulated. That being the only change I made, my boot time (from BIOS screen to useable Desktop screen) lowered by 6 seconds (from 50 seconds to 44 seconds). Programs like Word, Photoshop, etc. felt like they loaded faster (however, I didn't actually time them).
I don't recall the exact system specs, but it was an i5 machine running Win 7 Home Premium with 6GB RAM and a 750GB Caviar Green 5400RPM drive.
The problem with anecdotal evidence like this is that I'm sure that no one is going to have the exact software/hardware setup I had. However, for the one test I ran, it cut the boot time slightly by having less fonts.
answered Dec 18 '12 at 14:56
Trav
788520
788520
add a comment |
add a comment |
Yes it does, as windows reads all fonts on start up and must validate all fonts in:
C:windowsfonts
before resuming start up.
If you install new fonts in windows, you will experience slower boot by windows.
That is why it is recommended that you only keep the main fonts in windows listed in this link and keep also fonts you are using in special editing software like Photoshop or CorelDraw, or installed software or games on your system that require special fonts.
add a comment |
Yes it does, as windows reads all fonts on start up and must validate all fonts in:
C:windowsfonts
before resuming start up.
If you install new fonts in windows, you will experience slower boot by windows.
That is why it is recommended that you only keep the main fonts in windows listed in this link and keep also fonts you are using in special editing software like Photoshop or CorelDraw, or installed software or games on your system that require special fonts.
add a comment |
Yes it does, as windows reads all fonts on start up and must validate all fonts in:
C:windowsfonts
before resuming start up.
If you install new fonts in windows, you will experience slower boot by windows.
That is why it is recommended that you only keep the main fonts in windows listed in this link and keep also fonts you are using in special editing software like Photoshop or CorelDraw, or installed software or games on your system that require special fonts.
Yes it does, as windows reads all fonts on start up and must validate all fonts in:
C:windowsfonts
before resuming start up.
If you install new fonts in windows, you will experience slower boot by windows.
That is why it is recommended that you only keep the main fonts in windows listed in this link and keep also fonts you are using in special editing software like Photoshop or CorelDraw, or installed software or games on your system that require special fonts.
answered Feb 28 '15 at 9:45
Ashraf Abusada
18916
18916
add a comment |
add a comment |
Just an idea:
If you need many fonts sometimes, then you'd better to have those fonts in external folder (like C:my_fonts1
) and make a symlink of those files in c:windowsfonts
, and when you close Photoshop/etc
, then you can just rename to C:my_fonts2
and then all files in windowsfonts
directory will become unusable.
add a comment |
Just an idea:
If you need many fonts sometimes, then you'd better to have those fonts in external folder (like C:my_fonts1
) and make a symlink of those files in c:windowsfonts
, and when you close Photoshop/etc
, then you can just rename to C:my_fonts2
and then all files in windowsfonts
directory will become unusable.
add a comment |
Just an idea:
If you need many fonts sometimes, then you'd better to have those fonts in external folder (like C:my_fonts1
) and make a symlink of those files in c:windowsfonts
, and when you close Photoshop/etc
, then you can just rename to C:my_fonts2
and then all files in windowsfonts
directory will become unusable.
Just an idea:
If you need many fonts sometimes, then you'd better to have those fonts in external folder (like C:my_fonts1
) and make a symlink of those files in c:windowsfonts
, and when you close Photoshop/etc
, then you can just rename to C:my_fonts2
and then all files in windowsfonts
directory will become unusable.
answered Dec 7 '18 at 22:31
T.Todua
1,40631628
1,40631628
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f521001%2fdoes-installing-a-bunch-of-unnecessary-fonts-slow-computers-down%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why is it these blogs suggest moving the fonts? That'd be a helpful point.
– cutrightjm
Dec 18 '12 at 13:10