PCIe 8-Pin to Dual 6+2-Pin GPU Power Splitter Cable – Y Adapter | UK Stock

In stock

📦 Ships from our UK warehouse within 24h ♻️ 30-day returns

£1.99
⚡ Power two PCIe slots from one PSU connector. This 8-pin female to dual 6+2-pin
male Y-splitter lets you connect a single ATX 8-pin output to graphics cards
requiring two 6-pin or 8-pin power inputs — no extra PSU cables needed.

Compatible with NVIDIA & AMD cards from ASUS, Gigabyte, MSI, Sapphire and more.
Works with modular PSUs from Corsair, be quiet!, Seasonic & others.

🔌 1× 8-pin female input → 2× 6+2-pin male output
📏 2× 23 cm | 18 AWG | Yellow & Black sleeved wires
🇬🇧 UK stock — dispatched next working day
Read more
SKU: 6-pin-Y-8-pin
Category: ,
Brands:
Share:

Description

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── PAGE CHROME (preview only — not part of WooCommerce output) ─── */
body {
background: #0d0d0d;
font-family: ‘Inter’, sans-serif;
color: #e0e0e0;
padding: 40px 20px;
}

.page-wrap {
max-width: 920px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}

.section-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 16px;
}
.section-header .num {
width: 28px; height: 28px;
border-radius: 50%;
background: #2563eb;
color: #fff;
font-size: 12px;
font-weight: 700;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.section-header h2 {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #6b7280;
}
.section-header .tag {
margin-left: auto;
font-family: ‘JetBrains Mono’, monospace;
font-size: 10px;
color: #374151;
background: #1f2937;
padding: 3px 8px;
border-radius: 3px;
}

.output-box {
background: #111827;
border: 1px solid #1f2937;
border-radius: 8px;
overflow: hidden;
}
.output-box-header {
padding: 10px 18px;
background: #1f2937;
font-family: ‘JetBrains Mono’, monospace;
font-size: 11px;
color: #6b7280;
border-bottom: 1px solid #374151;
}
.output-box-body {
padding: 24px;
}

/* plain text outputs */
.plain-text {
font-family: ‘JetBrains Mono’, monospace;
font-size: 13px;
color: #d1d5db;
line-height: 1.7;
white-space: pre-wrap;
}

/* ─────────────────────────────────────────────────────
WOOCOMMERCE PRODUCT DESCRIPTION
Everything below .tk-desc is what you paste into
the WooCommerce “Product Description” HTML editor.
───────────────────────────────────────────────────── */

/* SCOPED RESET — prevents WooCommerce theme bleed */
.tk-desc * { box-sizing: border-box; }
.tk-desc { font-family: inherit; }

/* ── Overview intro ── */
.tk-intro {
margin-bottom: 28px;
}
.tk-intro p {
font-size: 15px;
line-height: 1.75;
color: #374151;
margin-bottom: 10px;
}
.tk-intro p:last-child { margin-bottom: 0; }

/* ── Feature strip ── */
.tk-feature-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 32px;
}
@media (max-width: 640px) {
.tk-feature-strip { grid-template-columns: 1fr; }
}
.tk-feat-card {
border: 1px solid #e5e7eb;
border-top: 3px solid #2563eb;
border-radius: 6px;
padding: 16px 18px;
}
.tk-feat-card-icon {
font-size: 22px;
margin-bottom: 8px;
}
.tk-feat-card-title {
font-size: 13px;
font-weight: 700;
color: #111827;
margin-bottom: 5px;
letter-spacing: -0.01em;
}
.tk-feat-card-body {
font-size: 13px;
color: #6b7280;
line-height: 1.55;
}

/* ── Connector diagram ── */
.tk-diagram {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 24px 28px;
margin-bottom: 32px;
text-align: center;
}
.tk-diagram-title {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #9ca3af;
margin-bottom: 20px;
}
.tk-diagram-row {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
flex-wrap: wrap;
row-gap: 14px;
}
.tk-conn {
text-align: center;
}
.tk-conn-box {
display: inline-block;
background: #fff;
border: 2px solid #2563eb;
border-radius: 5px;
padding: 10px 18px;
font-size: 15px;
font-weight: 700;
color: #111827;
letter-spacing: -0.02em;
}
.tk-conn-sub {
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #9ca3af;
margin-top: 6px;
}
.tk-conn-type {
font-size: 10px;
font-weight: 600;
color: #2563eb;
margin-top: 2px;
}
.tk-arrow {
padding: 0 16px;
color: #d1d5db;
font-size: 20px;
font-weight: 300;
}
.tk-split {
display: flex;
flex-direction: column;
gap: 14px;
}

/* ── Specs table ── */
.tk-specs-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 32px;
font-size: 14px;
}
.tk-specs-table th {
background: #111827;
color: #fff;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 10px 16px;
text-align: left;
}
.tk-specs-table th:first-child { border-radius: 6px 0 0 0; }
.tk-specs-table th:last-child { border-radius: 0 6px 0 0; }
.tk-specs-table td {
padding: 11px 16px;
border-bottom: 1px solid #f3f4f6;
color: #374151;
vertical-align: top;
}
.tk-specs-table tr:last-child td { border-bottom: none; }
.tk-specs-table td:first-child {
font-weight: 600;
color: #111827;
width: 180px;
background: #f9fafb;
}
.tk-specs-table tbody tr:hover td { background: #f0f9ff; }
.tk-specs-table tbody tr:hover td:first-child { background: #dbeafe; }

/* ── Compat grid ── */
.tk-compat {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 32px;
}
@media (max-width: 560px) { .tk-compat { grid-template-columns: 1fr; } }
.tk-compat-block {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 18px 20px;
}
.tk-compat-block h4 {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #2563eb;
margin-bottom: 10px;
}
.tk-compat-block p {
font-size: 13px;
color: #6b7280;
line-height: 1.7;
}

/* ── Notice box ── */
.tk-notice {
display: flex;
gap: 14px;
align-items: flex-start;
background: #fffbeb;
border: 1px solid #fde68a;
border-left: 4px solid #f59e0b;
border-radius: 6px;
padding: 16px 20px;
margin-bottom: 32px;
}
.tk-notice-icon { font-size: 18px; flex-shrink: 0; }
.tk-notice-body { font-size: 13px; color: #92400e; line-height: 1.65; }
.tk-notice-body strong { font-weight: 700; }

/* ── Why TekHouse strip ── */
.tk-trust-strip {
background: #111827;
border-radius: 8px;
padding: 22px 26px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
@media (max-width: 640px) { .tk-trust-strip { grid-template-columns: 1fr 1fr; } }
.tk-trust-item {
text-align: center;
}
.tk-trust-icon { font-size: 22px; margin-bottom: 6px; }
.tk-trust-label {
font-size: 12px;
font-weight: 600;
color: #e5e7eb;
margin-bottom: 2px;
}
.tk-trust-sub { font-size: 11px; color: #6b7280; }

Most modular power supplies ship with just one or two PCIe cables — but mid-range and high-end graphics cards increasingly demand two separate power connections. This Y-splitter solves the problem cleanly: one 8-pin ATX connector from your PSU becomes two independent 6+2-pin feeds for your GPU, with no additional cables required.

The flexible 6+2-pin design means each output works as a standard 6-pin or 8-pin connector — simply clip the detachable 2-pin section on or off as your card requires.

🔌
Y-Splitter Design
One 8-pin PSU input splits to two independent 6+2-pin GPU outputs — works as 6-pin or 8-pin per connector.
🔒
Locking Clips
All connectors feature solid retention clips for a secure, vibration-proof fit — no accidental disconnects.
18 AWG Wiring
Heavy-gauge 18 AWG conductors rated for safe, efficient power delivery to demanding modern graphics cards.

Connector Layout
8-Pin
FEMALE
PSU Input
6+2 Pin
MALE · Output 1
GPU Connector
6+2 Pin
MALE · Output 2
GPU Connector

Specification Detail
Input Connector 1× 8-Pin Female (ATX format)
Output Connectors 2× 6+2-Pin Male (PCI Express)
Cable Length 2× 23 cm
Wire Gauge 18 AWG
Wire Colour Yellow & Black
Standard PCI Express (PCIe)
Max Recommended Load 225W total across both outputs
Contents 1× PCIe 8-pin to dual 6+2-pin splitter cable

Compatible GPUs

NVIDIA GeForce & Quadro, AMD Radeon — from ASUS, Gigabyte, MSI, Sapphire, EVGA, Zotac, PNY, XFX, PowerColor, Palit, Inno3D and more.

Compatible PSUs

Modular and semi-modular units from Corsair, be quiet!, Seasonic, EVGA, Fractal Design, Cooler Master, Antec, Silverstone, Thermaltake & FSP.

⚠️
Important: This cable is designed exclusively for connecting a PSU to a GPU.
It is not suitable for powering motherboards.
Always verify your PSU can supply adequate combined wattage before use.
Total GPU draw across both outputs should not exceed 225W.

🇬🇧
UK Stock
Dispatched next working day
📦
Secure Packaging
Arrives ready to use
Quality Checked
Tested before dispatch
💬
UK Support
Real help when you need it

  amd power cable, corsair compatible, be quiet compatible

Additional information

Weight 100 g

Q & A

Ask a question
There are no questions yet
Luke
Luke
Verified PurchaseVerified Purchase
5/5

Great customer service. Thank you.

2 months ago
Bartosz C.
Bartosz C.
Verified PurchaseVerified Purchase
5/5
Proper customer service. I was having a conversat
Show More
2 years ago
Daniel
Daniel
Verified PurchaseVerified Purchase
5/5

Delivered on time and was packaged very well.

2 years ago
TekHouse
product rating4.81 / 5
21 reviews