Select your model

Please select your model to repair
iPad Air 5
iPad 10th Gen (2022)
iPad Pro 11 4th Gen (2022)
iPad Pro 12.9 6th Gen (2022)
iPad Mini 6 (2021)
iPad Pro 11 3rd Gen (2021)
iPad Pro 12.9 5th Gen (2021)
iPad 9 (2021)
iPad Pro 12.9 4th Gen (2020)
iPad Pro 11 2nd Gen (2020)
iPad 8 (2020)
iPad Air 4
iPad Mini 5
iPad 10.2 9th Gen (2019)
iPad 7 (2019)
iPad Air 3
iPad Pro 12.9 2nd Gen (2018)
iPad Pro 11 1st Gen (2018)
iPad Pro 12.9 3rd Gen (2018)
iPad 6 (2018)
iPad Pro 12.9 1st Gen (2017)
iPad Pro 10.5 (2017)
iPad 5 (2017)
iPad Pro 9.7 (2016)
iPad Pro 12.9 (2015)
iPad Mini 4
iPad Air 2
iPad Mini 3
iPad Mini 2
iPad Air
iPad 4
iPad Mini
iPad 3 (2012)
iPad 2 (2011)
iPad (2010)

Can't find a model you're looking for?

Get in touch for a free estimate and see how we can help. Quote Request
// === WIDGET DE quote_interaction === window.addEventListener('message', function(e) { if (typeof e.data !== 'string') return; window.dataLayer = window.dataLayer || []; if (e.data.indexOf('WIDGET_CONTENT_CHANGED') === 0) { var widgetEl = document.getElementById('model'); if (widgetEl) { widgetEl.style.height = e.data.split('|')[1]; widgetEl.scrollIntoView({ behavior: 'smooth' }); } window.dataLayer.push({ 'event': 'quote_interaction', 'categoria': 'conversion', 'accion': 'interaccion_widget' }); } }); // === CALL BUTTON === document.addEventListener("DOMContentLoaded", function() { var botones = document.querySelectorAll('a[href*="tel"]'); if (botones.length === 0) return; botones.forEach(function(el) { el.addEventListener('click', function() { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'Click Call' }); }); }); });