MSI B760M GAMING PLUS WIFI DDR5 Intel LGA1700 M-ATX Gaming Motherboard - MSI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
MSI

MSI B760M GAMING PLUS WIFI DDR5 Intel LGA1700 M-ATX Gaming Motherboard

SKU: B760MGAMINGPLUSWIFI
R 3 699.00
In Stock

The B760M GAMING PLUS WIFI is designed with tons of connectivity, flexible tools, and a convenient Wi-Fi solution with a DDR5 memory version for gamers who want it all. With our M.2 SSD protection technology, you can say goodbye to sluggish load times since it guarantees top performance without...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The B760M GAMING PLUS WIFI is designed with tons of connectivity, flexible tools, and a convenient Wi-Fi solution with a DDR5 memory version for gamers who want it all. With our M.2 SSD protection technology, you can say goodbye to sluggish load times since it guarantees top performance without throttling. The extended heatsink design keeps powerful CPUs operating at peak performance by maximising heat dissipation. The VRM heatsink handles upper MOS heat, and excellent thermal pads ensure that all cores operate at their peak efficiency. Thanks to our dedicated water pump PIN header, which provides complete control over pump speed, get ready to easily explore custom water cooling solutions. Installation is simple for a precise fit with a clearly defined “keep-out-zone.”

Not only that, but our improved PCB design boosts bandwidth and transmission speed to guarantee faultless circuit functioning. Experience bandwidth like never before with Lightning Gen 4 PCI-E, doubling over the previous generation, the bandwidth of a x16 interface can reach 64GB/s. We have used DDR5 memory technology for the highest level of memory performance and combined it with MSI Memory Boost for unmatched high-frequency signal purity.

FEATURES:

  • Support Intel® Core™ 14th/ 13th/ 12th Gen Processors, Intel® Pentium® Gold and Celeron® Processors for LGA 1700 socket
  • Supports DDR5 Memory, Dual Channel DDR5 6800+MHz (OC)
  • Enhanced Power Design: 12+1 Duet Rail Power System with P-PAK, 8-pin + 4-pin CPU power connectors, Core Boost, Memory Boost
  • Premium Thermal Solution: Extended Heatsink, MOSFET thermal pads rated for 7W/mK, and additional choke thermal pads are built for high-performance system and non-stop gaming experience
  • Lightning Fast Game experience: PCIe 4.0 slot, Lightning Gen 4 x4 M.2 with M.2 Shield Frozr, USB 3.2 Gen 2 10G
  • 2.5G LAN with Wi-Fi 6E Solution: Upgraded network solution for professional and multimedia use. Delivers a secure, stable and fast network connection
  • High-Quality PCB: 6-layer PCB made by 2oz thickened copper
  • Audio Boost: Reward your ears with studio-grade sound quality for the most immersive gaming experiences

SPECIFICATIONS:

  • Socket: LGA 1700
  • CPU: Supports Intel® Core™ 14th/ 13th/ 12th Gen Processors, Intel® Pentium® Gold and Celeron® Processors
  • Chipset: INTEL B760
  • DDR5 Memory: 6800+(OC)/ 6600(OC)/ 6400(OC)/ 6200(OC)/ 6000(OC)/ 5800(OC)/ 5600(JEDEC)/ 5400(JEDEC)/ 5200(JEDEC)/ 5000(JEDEC)/ 4800(JEDEC) MHz
  • Memory Channel: Dual
  • DIMM Slots: 4
  • Max Memory (GB): 256GB
  • PCI-E 4.0 x16: 2
  • PCI-E 3.0: 1
  • M.2 Slot: 2
  • SATA 6G: 4
  • RAID: 0/1/5/10
  • Wi-Fi and Bluetooth: Intel® Wi-Fi 6E
  • USB 3.2 ports (Front): 1(Gen 1, Type C), 4(Gen 1, Type A)
  • USB 3.2 ports (Rear): 2(Gen 2, Type A), 2(Gen 1, Type A)
  • USB 2.0 ports (Front): 4
  • USB 2.0 ports (Rear): 2 (Type-A)
  • Audio ports (Rear): Realtek® ALC897 Codec
  • LAN: Realtek® RTL8125BG 2.5G LAN
  • HDMI: 2
  • DisplayPort: 2
  • DirectX: 12
  • Form Factor: mATX
  • Operating System: Support for Windows® 10 64-bit/11 64-bit
  • Product Dimensions: 24.38 x 24.38 cm

WHAT’S IN THE BOX:

  • MSI B760M Gaming Plus WiFi mATX Motherboard – Black x1
  • Wi-Fi Antenna x2
  • SATA cable x 1
  • EZ M.2 Clip x 2
  • I/O Shield x 1
  • Quick Install Guide x1
  • User Manual x1
Brand MSI
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Asus PRIME B760M-K LGA1700 mATX Motherboard
ASUS

Asus PRIME B760M-K LGA1700 mATX Motherboard

R 4 199.00

Out of Stock

MSI H610M-S PRO LGA1700 M-ATX DDR4 Motherboard
MSI

MSI H610M-S PRO LGA1700 M-ATX DDR4 Motherboard

R 1 549.00

In Stock

MSI PRO H610M-E Intel LGA1700 DDR5 M-ATX Motherboard
MSI

MSI PRO H610M-E Intel LGA1700 DDR5 M-ATX Motherboard

R 1 669.00

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!