Guangdong, China
Global Engineering RFQ Review
INTEL SERVER CPU AIR COOLING

Intel LGA1700 CPU Air Coolers & Heatsinks

ToneCooling manufactures custom Intel LGA1700 server CPU air coolers and heatsinks for 1U, 2U and 4U chassis. Copper, vapor-chamber and heat-pipe constructions on a 78 × 78 mm square mount, fitting 12th/13th/14th-gen Core and Xeon E-2400 LGA1700 (also LGA1800) CPUs. 20 standard models below, each with a downloadable engineering datasheet.

20 standard models1U / 2U / 4U serverCopper / VC / heat-pipe78×78 mm mountMOQ 5 pcsPrototype 7–15 daysCustom OEM
Download any datasheet free. Click Download Datasheet (PDF) on a model card for full dimensions, materials, fan and thermal data — or request a custom quote.

LGA1700 Cooler Models — Download Datasheets (20)

Specifications & Customization

All LGA1700 coolers ship with 78 × 78 mm backplate and screw mounting kits. ToneCooling customises fin geometry, overall height (1U–4U), vapor-chamber/heat-pipe configuration, fan and surface finish for OEM server programs. Reference thermal load and exact dimensions are on each model’s datasheet PDF.

Frequently Asked Questions

Which CPUs do your LGA1700 coolers fit?

They use the 78 x 78 mm LGA1700 square mount, fitting Intel 12th/13th/14th-gen Core (Alder/Raptor/Bartlett Lake) and Xeon E-2400 on LGA1700/LGA1800. Custom mounting is available.

What form factors and materials are available?

1U, 2U and 4U server heatsinks in copper, vapor-chamber + copper/aluminium, and aluminium + heat-pipe construction. 20 standard models are listed below.

What is the mounting hole pitch?

All LGA1700 models use a 78 x 78 mm square hole pitch with backplate and screw mounting kits.

Can the LGA1700 cooler be customised for OEM servers?

Yes. ToneCooling customises fin geometry, height (1U–4U), vapor-chamber/heat-pipe layout, fan and mounting for OEM server programs.

What is the MOQ and lead time?

Prototype MOQ is 5 pieces with a 7–15 working-day lead time; production lead time is typically 4–6 weeks depending on volume.

Do you provide an engineering datasheet for each model?

Yes. A downloadable single-page datasheet (PDF) with dimensions, materials, fan and thermal data is available for every model below.

Need a custom LGA1700 server cooler?

Send your chassis height, target TDP and airflow — we review manufacturability before quoting.

Request RFQ
Scroll to Top

Get A Free Quote Now !

If you have any questions, please do not hesitate to contact us.

Quote Request
ToneCooling 19 thermal management
(function () { 'use strict'; if (window.tcDataCenterV14TrackingLoaded) return; window.tcDataCenterV14TrackingLoaded = true;var SITE_MARKET = 'global'; var TARGET_SEGMENT = 'data_center_gpu_cpu'; var TRACKED_FORM_IDS = ['3', '4']; var PAGE_PATH = '/liquid-cold-plates/data-center-liquid-cold-plate/'; var THANK_YOU_PATH = '/thank-you/data-center-cold-plate-rfq/'; var DEBUG = /(?:\?|&)tc_debug=1(?:&|$)/.test(window.location.search); var formStarted = false; var formSubmitted = false;function cleanPath() { return window.location.pathname || '/'; }function matchedFormId(form) { var idStr = String((form && (form.getAttribute('data-form_id') || form.id)) || ''); for (var i = 0; i < TRACKED_FORM_IDS.length; i++) { if (idStr.indexOf(TRACKED_FORM_IDS[i]) !== -1) return TRACKED_FORM_IDS[i]; } if (form && form.querySelector('[name="gpu_cpu_footprint"]')) return '4'; return null; }function pushEvent(name, payload) { payload = payload || {}; payload.site_market = SITE_MARKET; payload.target_segment = TARGET_SEGMENT; payload.form_id = payload.form_id || '4'; payload.page_path = payload.page_path || (isThankYouPath() ? THANK_YOU_PATH : cleanPath()); if (DEBUG) payload.debug_mode = true; if (typeof window.gtag === 'function') { window.gtag('event', name, payload); } else { window.dataLayer = window.dataLayer || []; window.dataLayer.push(Object.assign({ event: name }, payload)); } try { window.dispatchEvent(new CustomEvent('tc_inquiry_tracking_event', { detail: { name: name, payload: payload } })); } catch (err) {} if (DEBUG && window.console && window.console.info) { window.console.info('[TC Data Center V1.4 Tracking]', name, payload); } }function closest(el, selector) { while (el && el.nodeType === 1) { if (el.matches && el.matches(selector)) return el; el = el.parentElement; } return null; }function isThankYouPath() { var path = cleanPath(); var search = window.location.search || ''; return path.indexOf('/thank-you') === 0 || /(?:\?|&)page_id=9601(?:&|$)/.test(search); }function fileTypeCategory(file) { var name = file && file.name ? String(file.name).toLowerCase() : ''; var ext = (name.match(/\.([a-z0-9]+)$/) || [])[1] || ''; if (['step', 'stp', 'igs', 'iges', 'x_t', 'x_b', 'sldprt', 'sldasm', 'stl'].indexOf(ext) !== -1) return 'cad'; if (['dwg', 'dxf'].indexOf(ext) !== -1) return 'cad'; if (ext === 'pdf') return 'pdf'; if (['jpg', 'jpeg', 'png', 'webp'].indexOf(ext) !== -1) return 'image'; if (['xls', 'xlsx', 'csv'].indexOf(ext) !== -1) return 'spreadsheet'; return 'other'; }function valueExists(form, name) { var field = form ? form.querySelector('[name="' + name + '"]') : null; return !!(field && String(field.value || '').trim()); }function qualityBand(form) { var score = 0; var fileInput = form ? form.querySelector('input[type="file"]') : null; if (valueExists(form, 'company') && valueExists(form, 'email')) score += 25; if (valueExists(form, 'application')) score += 20; if (fileInput && fileInput.files && fileInput.files.length) score += 20; if (valueExists(form, 'heat_load') || valueExists(form, 'coolant_type') || valueExists(form, 'flow_target') || valueExists(form, 'pressure_drop_limit')) score += 15; if (valueExists(form, 'prototype_quantity') || valueExists(form, 'annual_volume')) score += 10; if (valueExists(form, 'target_schedule') || valueExists(form, 'country_region')) score += 10; if (score < 40) return '0-39'; if (score < 60) return '40-59'; if (score < 80) return '60-79'; return '80-100'; }document.addEventListener('click', function (event) { var link = closest(event.target, 'a[data-event="cta_click"], a[data-cta-label], .tc-data-center-hero a'); if (!link) return; pushEvent('cta_click', { cta_label: link.getAttribute('data-cta-label') || (link.textContent || '').replace(/\s+/g, ' ').trim() || 'data_center_cta' }); }, true);document.addEventListener('focusin', function (event) { var form = closest(event.target, 'form'); if (!form || formStarted) return; var fid = matchedFormId(form); if (!fid) return; formStarted = true; pushEvent('form_start', { form_id: fid }); }, true);document.addEventListener('change', function (event) { var input = event.target; var form = closest(input, 'form'); if (!input || input.type !== 'file' || !form || !input.files || !input.files.length) return; pushEvent('file_upload', { upload_used: 'yes', file_type_category: fileTypeCategory(input.files[0]) }); }, true);document.addEventListener('submit', function (event) { var form = closest(event.target, 'form'); if (!form || formSubmitted) return; var fid = matchedFormId(form); if (!fid) return; formSubmitted = true; pushEvent('form_submit', { form_id: fid, rfq_quality_score_band: qualityBand(form) }); }, true);if (isThankYouPath()) { pushEvent('thank_you_page_view', { page_path: THANK_YOU_PATH }); } }());