Why is -12V needed on an ATX power supply
Checking the standard ATX connector pinout it mainly gives out "standard" positive voltages, like +3.3VDC, +5VDC and +12VDC. There is one exception, pin 14, which actually gives out -12VDC:

Based on the ATX12V specification I can see that it only needs to supply 500mA of -12VDC (compared to the other voltages where even the +5V standby voltage is at least 2A), but I cannot find which component of an ATX computer requires this unusual voltage to operate.
(There is also pin 20 with -5V, but that pin is deprecated, and the deprecation note clearly say that this voltage was used to power some features in old ISA cards. -12VDC is still not deprecated and required based on the spec, so I guess it's still used somewhere in a modern computer)
power-supply atx
add a comment |
Checking the standard ATX connector pinout it mainly gives out "standard" positive voltages, like +3.3VDC, +5VDC and +12VDC. There is one exception, pin 14, which actually gives out -12VDC:

Based on the ATX12V specification I can see that it only needs to supply 500mA of -12VDC (compared to the other voltages where even the +5V standby voltage is at least 2A), but I cannot find which component of an ATX computer requires this unusual voltage to operate.
(There is also pin 20 with -5V, but that pin is deprecated, and the deprecation note clearly say that this voltage was used to power some features in old ISA cards. -12VDC is still not deprecated and required based on the spec, so I guess it's still used somewhere in a modern computer)
power-supply atx
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38
add a comment |
Checking the standard ATX connector pinout it mainly gives out "standard" positive voltages, like +3.3VDC, +5VDC and +12VDC. There is one exception, pin 14, which actually gives out -12VDC:

Based on the ATX12V specification I can see that it only needs to supply 500mA of -12VDC (compared to the other voltages where even the +5V standby voltage is at least 2A), but I cannot find which component of an ATX computer requires this unusual voltage to operate.
(There is also pin 20 with -5V, but that pin is deprecated, and the deprecation note clearly say that this voltage was used to power some features in old ISA cards. -12VDC is still not deprecated and required based on the spec, so I guess it's still used somewhere in a modern computer)
power-supply atx
Checking the standard ATX connector pinout it mainly gives out "standard" positive voltages, like +3.3VDC, +5VDC and +12VDC. There is one exception, pin 14, which actually gives out -12VDC:

Based on the ATX12V specification I can see that it only needs to supply 500mA of -12VDC (compared to the other voltages where even the +5V standby voltage is at least 2A), but I cannot find which component of an ATX computer requires this unusual voltage to operate.
(There is also pin 20 with -5V, but that pin is deprecated, and the deprecation note clearly say that this voltage was used to power some features in old ISA cards. -12VDC is still not deprecated and required based on the spec, so I guess it's still used somewhere in a modern computer)
power-supply atx
power-supply atx
edited Nov 12 '14 at 13:36
SztupY
asked Nov 12 '14 at 13:30
SztupYSztupY
153212
153212
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38
add a comment |
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38
add a comment |
2 Answers
2
active
oldest
votes
AFAIK there are 3 type of devices on a motherboard that require -12V.
- RS232, RS485 ports without build-in circuitry for generating the negative voltage.
These are starting to become very rare... Haven't encountered any for the last 5 years or so. - (mini-)PCI slots. They are slowly being phased out in favor of PCI-e, but there are still a lot of new computers made that still have them.
- Some high-end sound-cards require -12V as a reference voltage. These are usually powered from a PCI slot, which brings us back to point 2.
(There have been a few motherboards that had such a card integrated in the motherboard itself.)
PSU manufacturers can't know in advance if the motherboard will actually need the -12V so they will keep adding the -12V line to the plug as long as the ATX standard requires it.
And it is not only a matter or whether it is needed or not: If you don't include it, your PSU will not be ATX compliant and you can't sell it as such.
add a comment |
It's a deprecated rail much like the -5V one once was. It used to be used to power the RS232 serial ports, but most newer equipment can supply its own negative voltages internally.
So basically, it's useless for today's equipment.
Source
EDIT: As it it was pointed out, the -12V rail is also used in the PCI specification to power it. As PCI is being phased out in modern hardware, the -12V rail will likely follow in its footsteps.
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
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%2f839107%2fwhy-is-12v-needed-on-an-atx-power-supply%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
AFAIK there are 3 type of devices on a motherboard that require -12V.
- RS232, RS485 ports without build-in circuitry for generating the negative voltage.
These are starting to become very rare... Haven't encountered any for the last 5 years or so. - (mini-)PCI slots. They are slowly being phased out in favor of PCI-e, but there are still a lot of new computers made that still have them.
- Some high-end sound-cards require -12V as a reference voltage. These are usually powered from a PCI slot, which brings us back to point 2.
(There have been a few motherboards that had such a card integrated in the motherboard itself.)
PSU manufacturers can't know in advance if the motherboard will actually need the -12V so they will keep adding the -12V line to the plug as long as the ATX standard requires it.
And it is not only a matter or whether it is needed or not: If you don't include it, your PSU will not be ATX compliant and you can't sell it as such.
add a comment |
AFAIK there are 3 type of devices on a motherboard that require -12V.
- RS232, RS485 ports without build-in circuitry for generating the negative voltage.
These are starting to become very rare... Haven't encountered any for the last 5 years or so. - (mini-)PCI slots. They are slowly being phased out in favor of PCI-e, but there are still a lot of new computers made that still have them.
- Some high-end sound-cards require -12V as a reference voltage. These are usually powered from a PCI slot, which brings us back to point 2.
(There have been a few motherboards that had such a card integrated in the motherboard itself.)
PSU manufacturers can't know in advance if the motherboard will actually need the -12V so they will keep adding the -12V line to the plug as long as the ATX standard requires it.
And it is not only a matter or whether it is needed or not: If you don't include it, your PSU will not be ATX compliant and you can't sell it as such.
add a comment |
AFAIK there are 3 type of devices on a motherboard that require -12V.
- RS232, RS485 ports without build-in circuitry for generating the negative voltage.
These are starting to become very rare... Haven't encountered any for the last 5 years or so. - (mini-)PCI slots. They are slowly being phased out in favor of PCI-e, but there are still a lot of new computers made that still have them.
- Some high-end sound-cards require -12V as a reference voltage. These are usually powered from a PCI slot, which brings us back to point 2.
(There have been a few motherboards that had such a card integrated in the motherboard itself.)
PSU manufacturers can't know in advance if the motherboard will actually need the -12V so they will keep adding the -12V line to the plug as long as the ATX standard requires it.
And it is not only a matter or whether it is needed or not: If you don't include it, your PSU will not be ATX compliant and you can't sell it as such.
AFAIK there are 3 type of devices on a motherboard that require -12V.
- RS232, RS485 ports without build-in circuitry for generating the negative voltage.
These are starting to become very rare... Haven't encountered any for the last 5 years or so. - (mini-)PCI slots. They are slowly being phased out in favor of PCI-e, but there are still a lot of new computers made that still have them.
- Some high-end sound-cards require -12V as a reference voltage. These are usually powered from a PCI slot, which brings us back to point 2.
(There have been a few motherboards that had such a card integrated in the motherboard itself.)
PSU manufacturers can't know in advance if the motherboard will actually need the -12V so they will keep adding the -12V line to the plug as long as the ATX standard requires it.
And it is not only a matter or whether it is needed or not: If you don't include it, your PSU will not be ATX compliant and you can't sell it as such.
answered Nov 12 '14 at 15:14
TonnyTonny
17.2k33455
17.2k33455
add a comment |
add a comment |
It's a deprecated rail much like the -5V one once was. It used to be used to power the RS232 serial ports, but most newer equipment can supply its own negative voltages internally.
So basically, it's useless for today's equipment.
Source
EDIT: As it it was pointed out, the -12V rail is also used in the PCI specification to power it. As PCI is being phased out in modern hardware, the -12V rail will likely follow in its footsteps.
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
add a comment |
It's a deprecated rail much like the -5V one once was. It used to be used to power the RS232 serial ports, but most newer equipment can supply its own negative voltages internally.
So basically, it's useless for today's equipment.
Source
EDIT: As it it was pointed out, the -12V rail is also used in the PCI specification to power it. As PCI is being phased out in modern hardware, the -12V rail will likely follow in its footsteps.
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
add a comment |
It's a deprecated rail much like the -5V one once was. It used to be used to power the RS232 serial ports, but most newer equipment can supply its own negative voltages internally.
So basically, it's useless for today's equipment.
Source
EDIT: As it it was pointed out, the -12V rail is also used in the PCI specification to power it. As PCI is being phased out in modern hardware, the -12V rail will likely follow in its footsteps.
It's a deprecated rail much like the -5V one once was. It used to be used to power the RS232 serial ports, but most newer equipment can supply its own negative voltages internally.
So basically, it's useless for today's equipment.
Source
EDIT: As it it was pointed out, the -12V rail is also used in the PCI specification to power it. As PCI is being phased out in modern hardware, the -12V rail will likely follow in its footsteps.
edited Apr 13 '17 at 12:33
Community♦
1
1
answered Nov 12 '14 at 13:37
Nathan CNathan C
2,39211023
2,39211023
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
add a comment |
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
electronics.stackexchange.com/a/57382/5830 says -12VDC is needed also for PCI.
– a CVn
Nov 12 '14 at 14:16
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
@MichaelKjörling True, but given the prevalence of PCI-E and the move to include more components previously added by PCI cards to the motherboard itself, it's fairly useless on modern equipment. Some boards don't even have PCI slots anymore.
– Nathan C
Nov 12 '14 at 14:21
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
Agreed that PCI slots are mostly obsolete on many systems, but your answer said it was used for RS232 (and by implication nothing else).
– a CVn
Nov 12 '14 at 14:26
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
@MichaelKjörling Updated my answer.
– Nathan C
Nov 12 '14 at 14:29
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.
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%2f839107%2fwhy-is-12v-needed-on-an-atx-power-supply%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
Probably for a true RS232 port that needs a negative voltage and that avoids a negative charge pump. But someone can probably confirm and give a better answer.
– PeterJ
Nov 12 '14 at 13:33
Perhaps somebody with better searching skills than I can find the question that was asked in the last 90 days that is nearly identical to this question. I know it asked about the -12v rail on power supplies and why it still exists.
– Ramhound
Nov 12 '14 at 13:38