MSI B760M-E PRO DDR5 LGA1700 M-ATX Motherboard - MSI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
MSI

MSI B760M-E PRO DDR5 LGA1700 M-ATX Motherboard

SKU: PROB760M-EDDR5
R 2 109.00 R 2 349.00
You save R 240.00 (10%)
In Stock
You save R 240.00 (10% off)

The PRO Series is tailored to professionals from all walks of life. The lineup features impressive performance and high quality, while aiming to provide users incredible experience. Users who care about productivity and efficiency can definitely count on the MSI PRO Series to assist you with...

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

Frequently Bought Together

The PRO Series is tailored to professionals from all walks of life. The lineup features impressive performance and high quality, while aiming to provide users incredible experience. Users who care about productivity and efficiency can definitely count on the MSI PRO Series to assist you with multitasking and increasing efficiency.

MSI motherboards let you manage speeds and temperatures for all your system and CPU fans in BIOS and software with a simplified graphical interface. You can also set up to 4 temperature targets, which will adjust the fan speeds automatically.

Core Boost technology combines MSI's premium layout and optimized power design which allows for faster and undistorted current delivery to the CPU at pin-point precision. Not only supporting multi-core CPU, also creating the perfect conditions for your CPU overclocking.

Double ESD protection doubles up the grounding layer around the mounting holes, preventing static discharge devices from damaging the motherboard. MSI PRO series motherboards support all the latest storage standards, which allows users to connect any ultra-fast storage device. Start games faster, load levels faster and have a real advantage over your enemies.

A huge step of DDR performance enhancement with the latest DDR5 memory. Combines with dedicated SMT welding process and MSI Memory Boost technology, MSI PRO Series motherboards are ready to deliver the world class memory performance.

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 6400+MHz (OC)
  • Core Boost : With premium layout and digital power design to support more cores and provide better performance
  • Memory Boost: Advanced technology to deliver pure data signals for the best performance, stability and compatibility
  • Lightning Fast Experience: PCI-E 4.0, Lightning Gen4 x4 M.2
  • AUDIO BOOST: Reward your ears with studio grade sound quality for the most immersive gaming experience
  • Steel Armor: Protecting VGA cards against bending and EMI for better performance, stability and strength

SPECIFICATIONS:

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

WHAT'S IN THE BOX:

  • MSI B760M-E PRO DDR5 LGA1700 M-ATX Motherboard - Black x1
  • I/O Shield x1
  • M.2 Standoff Set x1
  • SATA Cable x1
  • Quick Start Guide x1
Brand MSI
Colour Black
Form Factor M-ATX
Interface -
Capacity -
Memory Capacity 128GB
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket LGA1700
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

-10%
Asus PRIME B860M-K Intel LGA1851 M-ATX Motherboard
ASUS

Asus PRIME B860M-K Intel LGA1851 M-ATX Motherboard

R 3 389.00 R 3 749.00

Save R 360.00

In Stock

-15%
Asus PRIME B760M-A WIFI Intel LGA1700 M-ATX Motherboard
ASUS

Asus PRIME B760M-A WIFI Intel LGA1700 M-ATX Motherboard

R 3 519.00 R 4 149.00

Save R 630.00

In Stock

-8%
MSI H810M-B PRO LGA1851 M-ATX DDR5 Motherboard
MSI

MSI H810M-B PRO LGA1851 M-ATX DDR5 Motherboard

R 2 109.00 R 2 299.00

Save R 190.00

Out of Stock

-7%
Asus PRIME H610M-K ARGB Intel LGA1700 M-ATX Motherboard
ASUS

Asus PRIME H610M-K ARGB Intel LGA1700 M-ATX Motherboard

R 2 299.00 R 2 469.00

Save R 170.00

In 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!