CINXE.COM
iPad Air LTE Repair Help: Learn How to Fix It Yourself.
<!DOCTYPE html> <!--[if IE 8 ]> <html class="lt-ie10 lt-ie9 ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9 ]> <html class="lt-ie10 ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if (gte IE 10)|!(IE)]><!--><html dir="ltr" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <link rel="preconnect" href="https://assets.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://guide-images.cdn.ifixit.com" crossorigin> <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11265" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.cec6c977b31681aae338.js" as="script" fetchpriority="high" > <link rel="preload" href="/v3/polyfill.min.js?flags=gated&features=default,Object.entries,Object.fromEntries,Number.isInteger,IntersectionObserver,NodeList.prototype.forEach,WeakSet,WeakMap,fetch,Array.prototype.flatMap,Array.prototype.flat,Promise.prototype.finally,IntersectionObserver,String.prototype.matchAll,es2022,queueMicrotask" as="script" fetchpriority="high" > <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} (function() { function hasPiwikConsent() { try { var fromPiwik = null document.cookie.split(';').forEach(function(cookie) { var parts = cookie.split('='); if (parts[0].trim() === 'ppms_privacy_6bf6bc54-82ca-4321-8620-b12d5c9b57b6') { var cookieObject = JSON.parse(decodeURIComponent(parts[1])); if (cookieObject && cookieObject.consents) { fromPiwik = Object.values(cookieObject.consents).every(function(consent) { return consent.status == 1; }); } } }); } catch (e) { console.error("Error parsing piwik cookie", e); return null; } return fromPiwik; } var needsConsent = false; var hasConsent = hasPiwikConsent(); var cookiesOk = hasConsent !== null ? hasConsent : !needsConsent; var consent = cookiesOk ? 'granted' : 'denied'; console.log("GTAG Consent", consent); gtag('consent', 'default', { 'ad_storage': consent, 'ad_user_data': consent, 'ad_personalization': consent, 'analytics_storage': consent, }); })() </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-59NVBFN');</script> <!-- End Google Tag Manager --> <title>iPad Air LTE Repair Help: Learn How to Fix It Yourself.</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="Find free step-by-step repair instructions, manuals, schematics, community support, and other DIY resources. You can do it! We show you how." /> <meta name="title" content="iPad Air LTE Repair Help: Learn How to Fix It Yourself." /> <meta name="keywords" content="iPad Air LTE, iFixit, Mac, MacBook, iPod, iPhone, Repair, Parts, XBox, PlayStation, Game Boy, Nintendo DSi, tools" /> <meta name="robots" content="index, follow, max-image-preview:large" /> <link id="canonical-link" rel="canonical" href="https://www.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="de" href="https://de.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="en" href="https://www.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="es" href="https://es.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="fr" href="https://fr.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="ja" href="https://jp.ifixit.com/Device/iPad_Air_LTE" /> <link rel="alternate" hreflang="x-default" href="https://www.ifixit.com/Device/iPad_Air_LTE" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.medium" /> <meta property="og:description" content="iPad Air Wi-Fi + Cellular, model no. A1475. Available in Space Gray or Silver, with 16/32/64/128 GB configurations." /> <meta property="og:url" content="https://www.ifixit.com/Device/iPad_Air_LTE" /> <meta property="og:title" content="iPad Air LTE Repair Help: Learn How to Fix It Yourself." /> <meta property="og:site_name" content="iFixit" /> <meta name="verify-v1" content="jw37yaG9O4vmztqkH8xsZEeQtGHqzC3GZXfwk5xUCeM=" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1"/> <link rel="stylesheet" type="text/css" media="print" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-print-4vKZnU54L24ZnG6tuvAwTw.css" /> <script> var deferCss = { hidden: true, timeout: null, unhide: function() { if (deferCss.hidden) { var hider = document.getElementById('cssHide'); hider && hider.parentElement.removeChild(hider); var criticalCss = document.getElementById('criticalCss'); criticalCss && criticalCss.parentElement.removeChild(criticalCss); deferCss.hidden = false; } }, applyAllCss: function() { if (!deferCss.hidden) { return; } clearTimeout(deferCss.timeout); var links = document.querySelectorAll('.cssReady, .cssPreload'); var link; for (var i = 0; i < links.length; ++i) { link = links[i]; link.onload = null; link.rel = 'stylesheet'; } deferCss.unhide(); }, cssLoaded: function(link, success) { link.className = success ? "cssReady" : "cssFailed"; if (!success) { console.error(link.href + " failed to load"); } var stillWaiting = document.querySelector('.cssPreload'); if (!stillWaiting) { deferCss.applyCssWhenDomLoaded(); } }, applyCssWhenDomLoaded: function() { // Loading hasn't finished yet if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { deferCss.applyAllCss(); }); } else { // `DOMContentLoaded` has already fired deferCss.applyAllCss(); } }, setTimeout: function(timeout) { deferCss.timeout = setTimeout(function() { console.warn("Deferred CSS took too long to load. Displaying anyway..."); deferCss.applyCssWhenDomLoaded(); }, timeout); } }; deferCss.setTimeout(25000); </script> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ /* This file is meant as a standalone workflow for - testing support for link[rel=preload] - enabling async CSS loading in browsers that do not support rel=preload - applying rel preload css once loaded, whether supported or not. */ (function( w ){ "use strict"; // rel=preload support test if( !w.loadCSS ){ w.loadCSS = function(){}; } // define on the loadCSS obj var rp = loadCSS.relpreload = {}; // rel=preload feature support test // runs once and returns a function for compat purposes rp.support = (function(){ var ret; try { ret = w.document.createElement( "link" ).relList.supports( "preload" ); } catch (e) { ret = false; } return function(){ return ret; }; })(); // if preload isn't supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle = function( link ){ // remember existing media attr for ultimate state, or default to 'all' var finalMedia = link.media || "all"; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( "load", enableStylesheet ); link.removeEventListener( "error", enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( "onload", enableStylesheet ); link.detachEvent( "onerror", enableStylesheet ); } link.setAttribute( "onload", null ); link.media = finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( "load", enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( "onload", enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel = "stylesheet"; link.media = "only x"; }); // also enable media after 7 seconds, // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link setTimeout( function() { link.onload && link.onload(); enableStylesheet(); }, 7000 ); }; // loop through link elements in DOM rp.poly = function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links = w.document.getElementsByTagName( "link" ); for( var i = 0; i < links.length; i++ ){ var link = links[ i ]; // qualify links to those with rel=preload and as=style attrs if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){ // prevent rerunning on link link.setAttribute( "data-loadcss", true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run = w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( "load", function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( "onload", function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports !== "undefined" ){ exports.loadCSS = loadCSS; } else { w.loadCSS = loadCSS; } }( typeof global !== "undefined" ? global : this ) ); </script> <noscript> </noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-94kAHb98aMHqxZzLMudIDQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-L14PPpPvF2WDOfB-WSRlBQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-p7jpqPPFfTcyIAC3pCvMCA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-topic-eYxPsI_W1I3mqikNw498rg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-v2-credit_author_team-40FSSQbwkdxgXtUYqFoHbg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-xHowLrUXoKtGd3yRQ6vu6A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-94kAHb98aMHqxZzLMudIDQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-L14PPpPvF2WDOfB-WSRlBQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-p7jpqPPFfTcyIAC3pCvMCA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-topic-eYxPsI_W1I3mqikNw498rg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-v2-credit_author_team-40FSSQbwkdxgXtUYqFoHbg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-xHowLrUXoKtGd3yRQ6vu6A.css" rel="stylesheet" /> </noscript> <script> </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZXNWJ73GK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); const ga4Params = {}; const userProperties = {"preferred_store":"ifixit-us","preferred_language":"EN","customer_type":"regular"}; gtag('config', 'G-5ZXNWJ73GK', ga4Params); gtag('set', 'user_properties', userProperties); </script> <!-- End Google tag (gtag.js) --> <script type="text/javascript"> window.fbq=window.fbq||function(){}; </script> <link rel="apple-touch-icon" sizes="57x57" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://assets.cdn.ifixit.com/static/icons/ifixit/manifest.json"> <link rel="mask-icon" href="https://assets.cdn.ifixit.com/static/icons/ifixit/safari-pinned-tab.svg" color="#5bbad5"> <meta name="apple-mobile-web-app-title" content="ifixit"> <meta name="application-name" content="ifixit"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://assets.cdn.ifixit.com/static/icons/ifixit/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.cec6c977b31681aae338.js"></script> <script defer src="/v3/polyfill.min.js?flags=gated&features=default,Object.entries,Object.fromEntries,Number.isInteger,IntersectionObserver,NodeList.prototype.forEach,WeakSet,WeakMap,fetch,Array.prototype.flatMap,Array.prototype.flat,Promise.prototype.finally,IntersectionObserver,String.prototype.matchAll,es2022,queueMicrotask"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11265"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3126.c90c49d980ca8843cd4c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9973.a1d707d51599d617757a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1787.4b223ec84364c6cfc7f0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/617.bc9a5f6adc185eac6c2c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1692.7ff320619d1c53d2ebb7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9152.14a0b8dfe029246ca252.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/641.cd1d3b9691425510e371.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2585.c8132ec7a428f175a6fb.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9962.baea693ff713c6c6823c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7756.889a13159be695f27687.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4752.2ce4ee34c5b31f426dfb.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6678.770421323c566c93c4a2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6178.2f7e04f7c10065263bf9.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5430.a06c2ffcddd393886c6d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.7a38fcd395189fa3c7ef.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1247.e19d434ae353101467fc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.fc5f0309f7d4facb6417.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2575.fcdd98161191f6a1f9d1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9692.fbe5442c79c35bc04981.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6492.20048034888d8bfd7f74.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8392.3113cd5aecd2ce67a3a0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/824.a6f4132f2ca411819aaa.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7401.4ee84e2fd14e71f688c3.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/164.91e9f5b23afc918c7e10.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8737.36585d57b6302c97a72e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2616.88b1740bb5391c7ded10.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4522.fe8b02c2749f2fb948b9.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7867.e3ca444a9955afc01ef4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6619.00f6773049213d8acfdd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5433.f062141868a4157e513b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9126.0ce9754157f7625490df.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7727.6f407d4394d6c4fe4777.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guidepage.js.1caa422180fcc2a73810.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2258.e78f52bb5300de86c88f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/campaign-banner-wp.js.dec69911e2739748bcc8.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/table-of-contents.js.bce4baa4bb11a89f2db7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.9c86aa4504ba084c8d1c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.241c02b8678b53d485fd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1829.83243dad2325e032a776.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/wikipages-wiki-view.js.a525d157e41bbfe4356d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/save-topic.js.45b56c767021caafbf49.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/framemodules-show-translations.js.d4ece987d30e740bfa91.js"></script> <style id="criticalCss"> .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } :where(h1, h2, h3, .pseudoH2, .pseudoH3) a { color: #212426; } .visible-mobile { display: none !important; } @media only screen and (max-width: 575px) { .visible-mobile { display: block !important; } } input.ifixit-control:enabled { border: none; display: inline; height: 1px; margin: 0; opacity: 0; padding: 0; position: absolute; width: 1px; z-index: -1; } input.ifixit-control + label > span { -ms-flex-align: center; -webkit-touch-callout: none; -ms-align-items: center; align-items: center; color: #212426; display: inline-block; display: inline-flex; font-size: 14px; height: 18px; line-height: 18px; position: relative; vertical-align: middle; } input.ifixit-control + label > span:after, input.ifixit-control + label > span:before { background: #fff; border: 1px solid #6b7280; border-radius: 4px; box-sizing: border-box; content: ""; display: inline-block; -ms-flex-shrink: 0; flex-shrink: 0; height: 18px; margin-right: 15px; width: 18px; } input.ifixit-control + label > span:after { background: #3b82f6 no-repeat 50%/11px auto; background-image: url(https://assets.cdn.ifixit.com/static/images/input/check1x.png); border: none; box-shadow: inset 0 0 0 6px; color: transparent; left: 0; position: absolute; top: 0; transform: scale(0); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { input.ifixit-control + label > span:after { background-image: url(https://assets.cdn.ifixit.com/static/images/input/check2x.png); } } .fa-plus-circle:before { content: "\f055"; } .fa-check-circle:before { content: "\f058"; } .subcategorySection .seeAllLink { color: #1975f1; padding: 12px 0; } .subcategorySection .seeAllLink svg { stroke-width: 2.5; height: 16px; margin-left: 4px; position: relative; top: 3.5px; width: 16px; } h3.blurbListTitle { color: #212426; font-size: 1.43rem; margin-bottom: 8px; } .blurbListWide .grid { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); max-width: 100vw; } @media (-ms-high-contrast: none) { .blurbListWide .grid { display: flex; flex-wrap: wrap; margin-left: -4px; margin-right: -4px; } .blurbListWide .grid > * { margin: 4px; } } @media (min-width: 768px) { .blurbListWide .grid { gap: 20px; } } @media (min-width: 1028px) { .blurbListWide .grid { gap: 28px; } } @media screen and (max-width: 768px) { .blurbListWide .grid { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 320px) { .blurbListWide .grid { grid-template-columns: repeat(1, 1fr); } } @media only screen and (max-width: 575px) { .blurbListWide .grid { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(1, 1fr); max-width: 100vw; } .blurbListWide .grid:has(.featured-tag) { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(1, 1fr); max-width: 100vw; } } @media only screen and (max-width: 575px) and (min-width: 768px) { .blurbListWide .grid { gap: 20px; } } @media only screen and (max-width: 575px) and (min-width: 1028px) { .blurbListWide .grid { gap: 28px; } } @media only screen and (max-width: 575px) and (min-width: 768px) { .blurbListWide .grid:has(.featured-tag) { gap: 20px; } } @media only screen and (max-width: 575px) and (min-width: 1028px) { .blurbListWide .grid:has(.featured-tag) { gap: 28px; } } .blurbListWide .cell { word-wrap: break-word; border-radius: 8px; box-shadow: 0 1px 2px rgba(17, 22, 26, 0.1), 0 2px 4px rgba(17, 22, 26, 0.1); display: flex; flex-direction: column; overflow: hidden; position: relative; } @media (-ms-high-contrast: none) { .blurbListWide .cell { max-width: 304px; } } .blurbListWide .cell .featured-tag { width: fit-content; } .blurbListWide .cell .featured-tag .featured-icon { background-color: #3b82f6; border: none; border-bottom-right-radius: 4px; border-top-left-radius: 4px; color: #fff; display: flex; padding: 8px; } .blurbListWide .cell .featured-tag .featured-icon .featured-text { color: #fff; font-size: 0.86rem; font-weight: 700; padding-left: 4px; text-transform: uppercase; vertical-align: center; } .blurbListWide .cell .title { -ms-flex-pack: justify; background-color: #fff; display: flex; -ms-justify-content: space-between; justify-content: space-between; min-height: 100%; } .blurbListWide .cell .title .featured-tag-and-title-flex, .blurbListWide .cell .title .title-flex { display: flex; flex-direction: column; } .blurbListWide .cell .title .title-flex { -ms-justify-content: space-evenly; justify-content: space-evenly; } .blurbListWide .cell .title .title-text { padding: 8px 12px; } .blurbListWide .cell .title p { -ms-align-self: center; align-self: center; color: #1f2937; font-size: 14px; line-height: 1.25; margin: 0; padding: 0; } .blurbListWide .cell .title .thumb { height: 100%; object-fit: cover; -ms-order: 1; order: 1; } a.banner-repairability-score { color: #fff; display: block; font-size: 1.5em; font-weight: 400; height: 40px; line-height: 40px; margin: 0; position: relative; text-align: center; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); } .banner-repairability-score strong { color: #fff; } .repairability-score-6 { background-color: #d8d630; } #variant-save-topic-button { margin-left: 0; } .workbench-topic-variant-dropdown .content-dropdown-list { border-radius: 4px; overflow: hidden; padding: 0; right: auto; width: 280px; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .workbench-topic-variant-dropdown .content-dropdown-list { right: 9px; } } @media only screen and (max-width: 575px) { .workbench-topic-variant-dropdown .content-dropdown-list { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25); position: absolute; right: -29px; top: 5em; } } .workbench-topic-variant-dropdown .content-dropdown-header { background-color: #f3f4f6; color: #1f2937; font-size: 14px; height: 50px; line-height: 50px; padding-left: 17px; } .workbench-topic-variant-dropdown .dropdown-variant-list { margin: 0; max-height: 280px; overflow: auto; padding: 0; } .workbench-topic-variant-dropdown .dropdown-variant-list li { box-sizing: border-box; height: 55px; hyphens: auto; list-style: none; margin: 0; padding: 1rem; position: relative; word-break: break-all; } .workbench-topic-variant-dropdown .dropdown-variant-list li:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .workbench-topic-variant-dropdown .workbench-topic-variant-selection { height: 3em; margin-top: 1em; } .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } .skip-to-content { .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } :where(#main) { max-width: 100%; } :where(*, :before, :after) { box-sizing: border-box; } :where(html) { font-size: 14px; } :where(body) { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; color: #4b5563; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; line-height: 1.42857; margin: 0; min-height: 100%; overflow-wrap: break-word; text-rendering: optimizeLegibility; } :where(button, input, select, textarea) { font: inherit; } :where(button) { background-color: transparent; border: 0; } :where(input) { background-color: #fff; border-color: #d1d5db; } :where(input)[type="text"] { width: 100%; } :where(img) { height: auto; max-width: 100%; } :root { --main-container-width: 1280px; } :where(h1, h2, h3, .pseudoH2, .pseudoH3) { font-weight: 500; } :where(h1) { color: #212426; font-size: 2.14rem; line-height: 1.2em; margin: 3px 0; padding: 0; } :where(.pseudoH2, h2) { color: #212426; font-size: 1.715rem; line-height: 1.21em; margin: 24px 0 0; padding: 0 0 2px; } :where(h3, .pseudoH3) { color: #4b5563; font-size: 1.285rem; line-height: 1.21em; margin: 16px 0 0; padding: 0; } :where(h4, h5, h6) { margin-block: 3px; } :where(h5) { color: #212426; font-size: 13px; padding: 0; } :where(p) { margin-block: 8px; padding: 0; } :where(a, a strong) { color: #3b82f6; text-decoration: none; } :where(a[class*="button"]) { color: inherit; } :where(a.muted) { color: #668c9d; } :where(a img, a:hover img) { border: none; } :where(svg[class*="fa-"], i[class*="fa-"]).fa-xl { font-size: 1.715rem; } .hidden, [hidden] { display: none !important; } #banner { margin-block: 24px; } @media only screen and (max-width: 1280px) { #banner { margin-inline: 12px; } } #page { flex: 1; position: relative; } #page-sidebar { bottom: 0; display: block; left: 0; position: absolute; top: 0; visibility: hidden; } @media only screen and (min-width: 1201px) { #page-sidebar { visibility: visible; width: 270px; } #page-sidebar:before { bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } #page-sidebar .sticky { position: sticky; top: 0; transform: translateZ(0); width: 265px; z-index: 2; } #page-sidebar { left: 0; } #page-sidebar + #main { background-color: #f9fafb; border-left: 1px solid #e5e7eb; margin-left: 270px; margin-right: 0; width: auto; } #page-sidebar + #main .subcategorySection .grid { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); max-width: 100vw; } } @media only screen and (min-width: 1201px) and all and (-ms-high-contrast: none) { #page-sidebar + #main .subcategorySection .grid { display: flex; flex-wrap: wrap; margin-left: -4px; margin-right: -4px; } #page-sidebar + #main .subcategorySection .grid > * { margin: 4px; } } @media only screen and (min-width: 1201px) and (min-width: 768px) { #page-sidebar + #main .subcategorySection .grid { gap: 20px; } } @media only screen and (min-width: 1201px) and (min-width: 1028px) { #page-sidebar + #main .subcategorySection .grid { gap: 28px; } } @media only screen and (min-width: 1201px) and screen and (min-width: 426px) and (max-width: 575px) { #page-sidebar + #main .subcategorySection .grid { grid-template-columns: repeat(2, 1fr); } } @media only screen and (min-width: 1201px) and screen and (max-width: 576px) { #page-sidebar + #main .subcategorySection .grid { grid-template-columns: repeat(2, 1fr); } } @media only screen and (min-width: 1201px) and screen and (max-width: 320px) { #page-sidebar + #main .subcategorySection .grid { grid-template-columns: repeat(1, 1fr); } } @media only screen and (min-width: 1265px) { #page:has(#page-sidebar) { display: flex; } #page-sidebar { position: sticky; } #page-sidebar + #main { margin: initial; max-width: calc(100vw - 280px); padding-left: 20px; width: 1280px; } @supports (width: calc(0px)) { #page-sidebar + #main:after { background-color: #f9fafb; bottom: 0; content: ""; display: block; position: fixed; right: 0; top: 0; width: calc(50vw - 775px); z-index: -9; } } } @media only screen and (min-width: 1265px) and (min-width: 1565px) { #page:has(#page-sidebar) { margin-inline: auto; } } #topContent:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 16px; } @media (min-width: 768px) { #topContent:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 20px; } } @media (min-width: 1028px) { #topContent:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 32px; } } #background { display: flex; flex-direction: column; min-height: 100vh; padding: 0; } :where(#main) { margin-inline: auto; width: var(--main-container-width); } @media only screen and (max-width: 1000px) { .responsive #main { width: 100%; } .responsive #main, .responsive #mainBody { margin: auto !important; padding: 0; width: 100%; } } #mainBody { border-radius: 8px; border-radius: 0; box-shadow: none; min-height: 300px; padding-top: 0.1px; position: relative; text-align: left; text-align: start; } .throbber { animation: a 0.8s linear infinite; border: 8px solid hsla(0, 0%, 100%, 0.2); border-radius: 50px; border-top-color: #fff; height: 50px; margin: 0 auto 20px; width: 50px; } @keyframes a { 0% { transform: rotate(0); } to { transform: rotate(1turn); } } @media only screen and (max-width: 575px) { .hidden-mobile { display: none !important; } } @media only screen and (min-width: 1001px) { .hidden-desktop { display: none !important; } } .fa-svg-icon > svg { fill: currentColor; } .clearer { clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0; } .clearfix:after, .clearfix:before { content: ""; display: table; line-height: 0; } .clearfix:after { clear: both; } .row { border-radius: 8px; display: flex; flex-direction: row; margin-bottom: 20px; position: relative; } .column { flex: 1 1; max-width: 100%; } form { margin: 0; } @media only screen and (max-width: 1000px) { .responsive input[type] { font-size: 16px; } } .modalBox { -webkit-overflow-scrolling: touch; border: 0; border-radius: 0; bottom: 0; left: 0; overflow: auto; padding: 30px 15px; position: fixed; right: 0; top: 0; z-index: 100000; } .modalContentBox { height: auto !important; margin: 0 auto; max-width: 872px; overflow: hidden; padding: 0; position: relative; text-align: center; } .modalBox > .throbber { margin-top: 200px; } #notifications { background-color: #fdf7e6; border-bottom: 2px solid #f9cd46; color: #6f5504; position: relative; width: 100%; z-index: 1100; } #notifications .close { font-size: 16px; position: absolute; right: 5px; top: 25%; } a.button { -webkit-appearance: none; background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #212426; display: inline-block; padding: 8px 16px; text-align: center; text-decoration: none; } a.button, a.button .fa { font-size: 14px; position: relative; } a.button .fa { margin-right: 8px; opacity: 0.5; top: 1px; } .toc > .header { display: none; } #sidebar-wiki-toc { display: flex; flex-direction: column; height: 100vh; max-height: 100%; } #sidebar-wiki-toc .toc { -ms-overflow-style: none; flex: 1; overflow-y: auto; } #sidebar-wiki-toc .toc > ul { padding-bottom: 30px; } #sidebar-wiki-toc .toc-title { border: 0; margin: 20px 20px 16px; padding: 0 0 2px; } #sidebar-wiki-toc .toc-title a { color: #6b7280; display: block; font-size: 16px; font-weight: 700; letter-spacing: 1px; padding: 10px; text-align: center; text-decoration: none !important; text-transform: uppercase; } #sidebar-wiki-toc ul { list-style-type: none; margin: 0; padding: 0; } #sidebar-wiki-toc .toc a { border-left: 4px solid transparent; color: #4b5563; display: block; margin-top: -2px; padding: 3px 30px 4px 26px; position: relative; text-align: left; } #sidebar-wiki-toc .toc a.scrolled { background-color: #fff; border-left: 4px solid #3b82f6; z-index: 1; } #sidebar-wiki-toc li:first-child a { margin-top: 0; } #sidebar-wiki-toc .toc > ul > li > a { color: #212426; font-weight: 700; margin-top: 6px; padding-bottom: 6px; padding-top: 6px; } #sidebar-wiki-toc .toc li li a { padding-left: 36px; } .content-dropdown-default { position: relative; } .content-dropdown-default .content-dropdown-list { background-color: #fff; border-radius: 4px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25); display: none; list-style-type: none; overflow: hidden; padding: 10px 0; position: absolute; right: 0; top: 50px; z-index: 2; } @media only screen and (max-width: 575px) { .content-dropdown-default .content-dropdown-list { border-radius: 0; box-shadow: none; margin: 0; overflow: visible; position: relative; top: 0; width: auto; } } .content-dropdown-default .content-dropdown-list a { background-color: transparent; border: 0; border-radius: 0; height: 32px; line-height: 32px; padding: 0; text-align: left; text-decoration: none; width: 100%; } .page-navigation-container { margin-block: 0; margin-inline: auto; position: relative; } @media only screen and (max-width: 1000px) { .page-navigation-container { width: auto; } } .page-navigation-bar { -ms-flex-pack: end; background-color: #e5e7eb; border-radius: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; height: 50px; -ms-justify-content: flex-end; justify-content: flex-end; list-style-type: none; margin: 0; padding: 0; text-align: left; } @media only screen and (max-width: 1000px) { .page-navigation-bar { border-radius: 0; } } .page-navigation-bar .page-navigation-link > a { padding-left: 20px; padding-right: 20px; } .page-navigation-bar .page-navigation-link:last-child > a { border-bottom-right-radius: 4px; padding-right: 5px; } @media only screen and (max-width: 575px) { .page-navigation-bar .page-navigation-link:last-child > a { border-radius: 0; } } .page-navigation-container .page-navigation-bar .page-navigation-link a { line-height: 50px; } .page-navigation-container .page-navigation-link a { color: #4b5563; display: inline-block; padding-right: 20px; white-space: nowrap; } @media only screen and (max-width: 575px) { .page-navigation-container .page-navigation-link a { padding: 0 5px; } } .page-navigation-container .page-navigation-link .toggle-container { padding-left: 10px; } .page-navigation-container .page-navigation-link [class*="svg-icon"] { color: #6b7280; margin: 0 10px; vertical-align: middle; } .page-navigation-container .page-navigation-link [class*="svg-icon"] svg { bottom: 0.1em; position: relative; vertical-align: middle; } .page-navigation-container .page-navigation-link #dropdown-icon { margin: 0 8px 0 16px; } .breadcrumbs-container { display: flex; flex: 1 1 auto; min-width: 0; position: relative; } .breadcrumbs-container .react-component { flex-basis: 100%; min-width: 0; } #show-translations-toggle.page-navigation-link .toggle-label { color: #4b5563; } #show-translations-toggle.page-navigation-link .toggle { margin-right: 15px; } @font-face { font-display: swap; font-family: icomoon; font-style: normal; font-weight: 400; src: url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.woff?20210215=) format("woff"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.ttf?20160111=) format("truetype"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.svg?20160111=#icomoon) format("svg"); } [data-icon]:before { speak: none; -webkit-font-smoothing: antialiased; content: attr(data-icon); font-family: icomoon; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; } .fa, [data-icon]:before { -moz-osx-font-smoothing: grayscale; } .fa { -webkit-font-smoothing: antialiased; display: inline-block; font: normal normal normal 14px/1 icomoon; font-size: inherit; text-rendering: auto; } .fa-times:before { content: "\f00d"; } .fa-chevron-right:before { content: "\f054"; } .fa-arrow-right:before { content: "\f061"; } .fa-plus:before { content: "\f067"; } .fa-chevron-down:before { content: "\f078"; } .fa-list-ol:before { content: "\f0cb"; } .fa-caret-down:before { content: "\f0d7"; } .modalContentBox { max-width: 983px; } .toggle-container { display: inline-flex; padding: 10px 0; } input.core-control[type="checkbox"].toggle { margin: 0; opacity: 0; outline: 0; position: fixed; width: 0; } input.core-control[type="checkbox"].toggle + label { display: flex; } input.core-control[type="checkbox"].toggle + label > span:first-of-type { margin-right: 8px; } input.core-control[type="checkbox"].toggle + label > span.toggle { align-self: center; background: 0 0; background-color: #d1d5db; border-radius: 10px; box-sizing: border-box; display: inline-flex; height: 16px; width: 28px; } input.core-control[type="checkbox"].toggle + label > span.toggle:before { background-color: #fff; border-radius: 100%; box-shadow: 0 1px 2px rgba(17, 22, 26, 0.1), 0 4px 8px rgba(17, 22, 26, 0.1); content: ""; display: block; height: 12px; left: 2px; position: relative; top: 2px; width: 12px; } input.core-control[type="checkbox"].toggle + label > span.toggle-label { align-items: center; color: #1f2937; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 1rem; font-style: normal; line-height: 16px; } :host, :root { --color-black: #11161a; --color-white: #fff; --color-white-alpha-50: hsla(0, 0%, 100%, 0.04); --color-white-alpha-100: hsla(0, 0%, 100%, 0.06); --color-white-alpha-200: hsla(0, 0%, 100%, 0.08); --color-white-alpha-300: hsla(0, 0%, 100%, 0.16); --color-white-alpha-400: hsla(0, 0%, 100%, 0.24); --color-white-alpha-500: hsla(0, 0%, 100%, 0.36); --color-white-alpha-600: hsla(0, 0%, 100%, 0.48); --color-white-alpha-700: hsla(0, 0%, 100%, 0.64); --color-white-alpha-800: hsla(0, 0%, 100%, 0.8); --color-white-alpha-900: hsla(0, 0%, 100%, 0.92); --color-black-alpha-50: rgba(0, 0, 0, 0.04); --color-black-alpha-100: rgba(0, 0, 0, 0.06); --color-black-alpha-200: rgba(0, 0, 0, 0.08); --color-black-alpha-300: rgba(0, 0, 0, 0.16); --color-black-alpha-400: rgba(0, 0, 0, 0.24); --color-black-alpha-500: rgba(0, 0, 0, 0.36); --color-black-alpha-600: rgba(0, 0, 0, 0.48); --color-black-alpha-700: rgba(0, 0, 0, 0.64); --color-black-alpha-800: rgba(0, 0, 0, 0.8); --color-black-alpha-900: rgba(0, 0, 0, 0.92); --color-brand-100: #edf6ff; --color-brand-200: #bddcff; --color-brand-300: #77b5ff; --color-brand-400: #3b95ff; --color-brand-500: #1975f1; --color-brand-600: #085fd9; --color-brand-700: #004ab3; --color-brand-800: #00368c; --color-brand-900: #002466; --color-warm-gray-50: #fafaf9; --color-warm-gray-100: #f5f5f4; --color-warm-gray-200: #e7e5e4; --color-warm-gray-300: #d6d3d1; --color-warm-gray-400: #a8a29e; --color-warm-gray-500: #78716c; --color-warm-gray-600: #57534e; --color-warm-gray-700: #44403c; --color-warm-gray-800: #292524; --color-warm-gray-900: #1c1917; --color-true-gray-50: #fafafa; --color-true-gray-100: #f5f5f5; --color-true-gray-200: #e5e5e5; --color-true-gray-300: #d4d4d4; --color-true-gray-400: #a3a3a3; --color-true-gray-500: #737373; --color-true-gray-600: #525252; --color-true-gray-700: #404040; --color-true-gray-800: #262626; --color-true-gray-900: #171717; --color-cool-gray-50: #f9fafb; --color-cool-gray-100: #f3f4f6; --color-cool-gray-200: #e5e7eb; --color-cool-gray-300: #d1d5db; --color-cool-gray-400: #9ca3af; --color-cool-gray-500: #6b7280; --color-cool-gray-600: #4b5563; --color-cool-gray-700: #374151; --color-cool-gray-800: #1f2937; --color-cool-gray-900: #111827; --color-blue-gray-50: #f8fafc; --color-blue-gray-100: #f1f5f9; --color-blue-gray-200: #e2e8f0; --color-blue-gray-300: #cbd5e1; --color-blue-gray-400: #94a3b8; --color-blue-gray-500: #64748b; --color-blue-gray-600: #475569; --color-blue-gray-700: #334155; --color-blue-gray-800: #1e293b; --color-blue-gray-900: #0f172a; --color-rose-50: #fff1f2; --color-rose-100: #ffe4e6; --color-rose-200: #fecdd3; --color-rose-300: #fda4af; --color-rose-400: #fb7185; --color-rose-500: #f43f5e; --color-rose-600: #e11d48; --color-rose-700: #be123c; --color-rose-800: #9f1239; --color-rose-900: #881337; --color-pink-50: #fdf2f8; --color-pink-100: #fce7f3; --color-pink-200: #fbcfe8; --color-pink-300: #f9a8d4; --color-pink-400: #f472b6; --color-pink-500: #ec4899; --color-pink-600: #db2777; --color-pink-700: #be185d; --color-pink-800: #9d174d; --color-pink-900: #831843; --color-fuchsia-50: #fdf4ff; --color-fuchsia-100: #fae8ff; --color-fuchsia-200: #f5d0fe; --color-fuchsia-300: #f0abfc; --color-fuchsia-400: #e879f9; --color-fuchsia-500: #d946ef; --color-fuchsia-600: #c026d3; --color-fuchsia-700: #a21caf; --color-fuchsia-800: #86198f; --color-fuchsia-900: #701a75; --color-purple-50: #faf5ff; --color-purple-100: #f3e8ff; --color-purple-200: #e9d5ff; --color-purple-300: #d8b4fe; --color-purple-400: #c084fc; --color-purple-500: #a855f7; --color-purple-600: #9333ea; --color-purple-700: #7e22ce; --color-purple-800: #6b21a8; --color-purple-900: #581c87; --color-violet-50: #f5f3ff; --color-violet-100: #ede9fe; --color-violet-200: #ddd6fe; --color-violet-300: #c4b5fd; --color-violet-400: #a78bfa; --color-violet-500: #8b5cf6; --color-violet-600: #7c3aed; --color-violet-700: #6d28d9; --color-violet-800: #5b21b6; --color-violet-900: #4c1d95; --color-indigo-50: #eef2ff; --color-indigo-100: #e0e7ff; --color-indigo-200: #c7d2fe; --color-indigo-300: #a5b4fc; --color-indigo-400: #818cf8; --color-indigo-500: #6366f1; --color-indigo-600: #4f46e5; --color-indigo-700: #4338ca; --color-indigo-800: #3730a3; --color-indigo-900: #312e81; --color-blue-50: #eff6ff; --color-blue-100: #dbeafe; --color-blue-200: #bfdbfe; --color-blue-300: #93c5fd; --color-blue-400: #60a5fa; --color-blue-500: #3b82f6; --color-blue-600: #2563eb; --color-blue-700: #1d4ed8; --color-blue-800: #1e40af; --color-blue-900: #1e3a8a; --color-blue-ifixit: #1975f1; --color-light-blue-50: #f0f9ff; --color-light-blue-100: #e0f2fe; --color-light-blue-200: #bae6fd; --color-light-blue-300: #7dd3fc; --color-light-blue-400: #38bdf8; --color-light-blue-500: #0ea5e9; --color-light-blue-600: #0284c7; --color-light-blue-700: #0369a1; --color-light-blue-800: #075985; --color-light-blue-900: #0c4a6e; --color-cyan-50: #ecfeff; --color-cyan-100: #cffafe; --color-cyan-200: #a5f3fc; --color-cyan-300: #67e8f9; --color-cyan-400: #22d3ee; --color-cyan-500: #06b6d4; --color-cyan-600: #0891b2; --color-cyan-700: #0e7490; --color-cyan-800: #155e75; --color-cyan-900: #164e63; --color-teal-50: #f0fdfa; --color-teal-100: #ccfbf1; --color-teal-200: #99f6e4; --color-teal-300: #5eead4; --color-teal-400: #2dd4bf; --color-teal-500: #14b8a6; --color-teal-600: #0d9488; --color-teal-700: #0f766e; --color-teal-800: #115e59; --color-teal-900: #134e4a; --color-emerald-50: #ecfdf5; --color-emerald-100: #d1fae5; --color-emerald-200: #a7f3d0; --color-emerald-300: #6ee7b7; --color-emerald-400: #34d399; --color-emerald-500: #10b981; --color-emerald-600: #059669; --color-emerald-700: #047857; --color-emerald-800: #065f46; --color-emerald-900: #064e3b; --color-green-50: #f0fdf4; --color-green-100: #dcfce7; --color-green-200: #bbf7d0; --color-green-300: #86efac; --color-green-400: #4ade80; --color-green-500: #22c55e; --color-green-600: #16a34a; --color-green-700: #15803d; --color-green-800: #166534; --color-green-900: #14532d; --color-lime-50: #f7fee7; --color-lime-100: #ecfccb; --color-lime-200: #d9f99d; --color-lime-300: #bef264; --color-lime-400: #a3e635; --color-lime-500: #84cc16; --color-lime-600: #65a30d; --color-lime-700: #4d7c0f; --color-lime-800: #3f6212; --color-lime-900: #365314; --color-yellow-50: #fefce8; --color-yellow-100: #fef9c3; --color-yellow-200: #fef08a; --color-yellow-300: #fde047; --color-yellow-400: #facc15; --color-yellow-500: #eab308; --color-yellow-600: #ca8a04; --color-yellow-700: #a16207; --color-yellow-800: #854d0e; --color-yellow-900: #713f12; --color-amber-50: #fffbeb; --color-amber-100: #fef3c7; --color-amber-200: #fde68a; --color-amber-300: #fcd34d; --color-amber-400: #fbbf24; --color-amber-500: #f59e0b; --color-amber-600: #d97706; --color-amber-700: #b45309; --color-amber-800: #92400e; --color-amber-900: #78350f; --color-orange-50: #fff7ed; --color-orange-100: #ffedd5; --color-orange-200: #fed7aa; --color-orange-300: #fdba74; --color-orange-400: #fb923c; --color-orange-500: #f97316; --color-orange-600: #ea580c; --color-orange-700: #c2410c; --color-orange-800: #9a3412; --color-orange-900: #7c2d12; --color-red-50: #fef2f2; --color-red-100: #fee2e2; --color-red-200: #fecaca; --color-red-300: #fca5a5; --color-red-400: #f87171; --color-red-500: #ef4444; --color-red-600: #dc2626; --color-red-700: #b91c1c; --color-red-800: #991b1b; --color-red-900: #7f1d1d; --color-red-dozuki: #dd4124; --color-gray-50: #f9fafb; --color-gray-100: #f3f4f6; --color-gray-200: #e5e7eb; --color-gray-300: #d1d5db; --color-gray-400: #9ca3af; --color-gray-500: #6b7280; --color-gray-600: #4b5563; --color-gray-700: #374151; --color-gray-800: #1f2937; --color-gray-900: #111827; --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 40px; --space-8: 48px; --space-9: 64px; --space-10: 80px; --space-11: 96px; --space-12: 112px; --space-13: 128px; --font-family-arial-black: "Arial Black", "Arial Bold", Gadget, sans-serif; --font-family-lato: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-mono: "Roboto Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-mono-system: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-sans-system: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-serif-system: Georgia, serif; --font-size-sm: 0.86rem; --font-size-md: 1rem; --font-size-lg: 1.14rem; --font-size-xl: 1.285rem; --font-size-2xl: 1.43rem; --font-size-3xl: 1.715rem; --font-size-4xl: 2.14rem; --font-size-5xl: 2.57rem; --font-size-6xl: 3.43rem; --font-size-7xl: 4rem; --font-size-8xl: 4.57rem; --font-size-9xl: 5.14rem; --font-weight-normal: 400; --font-weight-semi-bold: 600; --font-weight-bold: 700; --line-height-none: 1; --line-height-base: 1.142857143; --line-height-tight: 1.25; --line-height-normal: 1.42857; --line-height-loose: 2; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 1028px; --breakpoint-xl: 1280px; --breakpoint-2xl: 1536px; --min-breakpoint-sm: @media (min-width: 576px); --min-breakpoint-md: @media (min-width: 768px); --min-breakpoint-lg: @media (min-width: 1028px); --min-breakpoint-xl: @media (min-width: 1280px); --min-breakpoint-2xl: @media (min-width: 1536px); --shadow-0: 0 0 1px rgba(17, 22, 26, 0.2); --shadow-1: 0 1px 2px rgba(17, 22, 26, 0.1), 0 2px 4px rgba(17, 22, 26, 0.1); --shadow-2: 0 1px 2px rgba(17, 22, 26, 0.1), 0 4px 8px rgba(17, 22, 26, 0.1); --shadow-3: 0 2px 4px rgba(17, 22, 26, 0.1), 0 8px 16px rgba(17, 22, 26, 0.2); --shadow-4: 0 4px 8px rgba(17, 22, 26, 0.1), 0 16px 32px rgba(17, 22, 26, 0.2); --border-radius-sm: 2px; --border-radius-md: 4px; --border-radius-lg: 8px; --border-radius-xl: 16px; --border-radius-pill: 999em; } @media only screen and (max-width: 575px) { #topContent { padding-inline: 16px; } } @media only screen and (min-width: 1001px) { .full-page-background #main { padding: 0; } } .wiki-section-heading { -ms-flex-align: stretch; -ms-flex-pack: justify; -ms-align-items: stretch; align-items: stretch; border-bottom: 1px solid #e5e7eb; display: flex; -ms-justify-content: space-between; justify-content: space-between; margin: 45px 0 20px; padding-block: 6px; } .wiki-section-heading .subtleButton { -ms-flex-align: center; -ms-flex-pack: center; -ms-align-items: center; align-items: center; display: flex; flex: 0; height: unset; -ms-justify-content: center; justify-content: center; line-height: unset; margin: 0; position: unset; white-space: nowrap; } #topContent .wiki-section-heading h2 { border: 0; margin: 0; padding: 0; } #topContent h2 { border-bottom: 1px solid #e5e7eb; color: #212426; font-size: 26px; font-weight: 700; margin: 45px 0 20px; } .subcategorySection .grid { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); max-width: 100vw; } @media (-ms-high-contrast: none) { .subcategorySection .grid { display: flex; flex-wrap: wrap; margin-left: -4px; margin-right: -4px; } .subcategorySection .grid > * { margin: 4px; } } @media (min-width: 768px) { .subcategorySection .grid { gap: 20px; } } @media (min-width: 1028px) { .subcategorySection .grid { gap: 28px; } } @media screen and (max-width: 1028px) { .subcategorySection .grid { grid-template-columns: repeat(4, 1fr); } } @media screen and (max-width: 768px) { .subcategorySection .grid { grid-template-columns: repeat(3, 1fr); } } @media screen and (max-width: 320px) { .subcategorySection .grid { grid-template-columns: repeat(1, 1fr); } } @media (max-width: 576px) { .subcategorySection .grid { display: -ms-grid; display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); max-width: 100vw; } } @media (max-width: 576px) and (min-width: 768px) { .subcategorySection .grid { gap: 20px; } } @media (max-width: 576px) and (min-width: 1028px) { .subcategorySection .grid { gap: 28px; } } @media only screen and (max-width: 575px) { .subcategorySection { margin: 0 auto; width: 100%; } } @media (max-width: 375px) { .grid { grid-template-columns: repeat(auto-fill, minmax(1fr, 100%)); } .grid .categoryListCell, .grid .categoryListCell img { width: 100%; } .grid .categoryListCell img { max-width: 300px; min-width: unset; } } .subcategorySection { clear: left; } .subcategorySection:before { content: ""; display: table; } #bodyTop { overflow: visible !important; } .subtleButton { background-color: #f9fafb; border-radius: 4px; color: #212426; float: right; font-size: 13px; font-weight: 400; height: 26px; line-height: 25px; margin-top: 2px; padding: 0 13px; } @media only screen and (max-width: 575px) { .subtleButton { background-color: transparent; clear: right; display: block; margin: 20px auto; padding: 0; text-align: center; width: 100%; } } .subtleButton i { font-size: 12px; margin-right: 6px; } #banner { margin: 24px 0; position: relative; z-index: 1; } @media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 1000px) { #banner { margin-top: 0; } } #banner-wrap { background-color: #111827; background-position: 50%; background-repeat: no-repeat; background-size: 981px; margin: 0; min-height: 237px; position: relative; } @media only screen and (min-width: 1001px) and (max-width: 1200px) { #banner-wrap { border-radius: 4px; } } #banner-wrap-bg-container { -ms-flex-align: center; -ms-flex-pack: center; -ms-align-items: center; align-items: center; display: flex; inset: 0; -ms-justify-content: center; justify-content: center; max-height: 100%; min-width: 100%; overflow: hidden; position: absolute; } #banner-wrap-bg { aspect-ratio: 4/3; object-fit: cover; position: relative; width: 100%; z-index: 0; } @media only screen and (max-width: 575px) { #banner-wrap-bg { height: 100%; } } .banner-content { -ms-align-items: center; align-items: center; background-image: -moz-linear-gradient( 0deg, #323232 0, hsla(0, 0%, 39%, 0.7) 100% ); background-image: -webkit-gradient( linear, left bottom, right bottom, from(#323232), to(hsla(0, 0%, 39%, 0.7)) ); display: flex; font-size: 0.72rem; min-height: 237px; position: relative; z-index: 1; } @media only screen and (max-width: 575px) { .banner-content { background-color: rgba(0, 0, 0, 0.7); background-image: none; display: block; } } @media only screen and (min-width: 1001px) { .banner-content { border-radius: 8px; } } .banner-bucket { float: left; position: relative; } @media only screen and (max-width: 575px) { .banner-bucket { margin: 0; padding: 0; width: 100%; } .banner-bucket .action-buttons, .banner-bucket .banner-text { margin: 16px; } } .banner-small-photo { border-radius: 4px; box-shadow: 0 3px 8px #111827; margin-block: 32px; margin-left: 32px; overflow: hidden; width: 252px; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .banner-small-photo { margin-left: 16px; } } @media only screen and (max-width: 575px) { .banner-small-photo { margin: 0; width: auto; width: 100%; } } .banner-small-photo img { height: auto; vertical-align: top; width: 100%; } @media only screen and (max-width: 575px) { .banner-small-photo img { display: none; } } .banner-summary { max-width: 646px; padding: 32px; width: 100%; } @media only screen and (max-width: 575px) { .banner-summary { margin: 24px 0; padding: 0; } } .banner-text { color: #fff; position: relative; text-shadow: 0 1px 2px #000001; z-index: 1; } .banner-text .topicHeaderText { color: #fff !important; } .banner-text a { color: #e5e7eb; } .banner-title { color: #fff !important; font-size: 3.6em; font-weight: 600 !important; margin: 0; padding: 0; text-shadow: 0 2px 4px #000001; } .banner-blurb, .wiki-author { font-size: 1.4em; line-height: 20px; } .wiki-author { color: #fff; margin-bottom: 8px; } .wiki-author a { color: #fff; } .banner-content .action-buttons { display: flex; flex-wrap: wrap; -ms-flex-wrap: wrap; } .banner-content .action-buttons .button { background-color: #212426; background-color: rgba(0, 0, 0, 0.5); border: none; border-radius: 4px; color: #fff; font-size: 1.2em; margin-bottom: 5px; margin-right: 8px; padding: 8px; text-align: left; } .banner-content .action-buttons .button:last-child { margin-right: 0; } .banner-content .action-buttons .button i { color: hsla(0, 0%, 100%, 0.5); font-size: 14px; margin-right: 8px; opacity: 1; position: relative; top: 2px; } .categoryListCell { background-color: #fff; border-radius: 8px; box-shadow: 0 1px 2px rgba(17, 22, 26, 0.1), 0 2px 4px rgba(17, 22, 26, 0.1); margin-inline: auto; overflow: hidden; padding-bottom: 34px; position: relative; } @media only screen and (max-width: 575px) { .categoryListCell { float: none; max-width: 100%; width: 300px; } } .categoryListCell .categoryAnchor { display: block; } .categoryListCell h5.title { text-wrap: pretty; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); background-color: #fff; background-color: hsla(0, 0%, 100%, 0.75); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; bottom: 0; display: block; font-size: 14px; font-weight: 600; margin: 0; padding: 8px; position: absolute; text-align: center; width: 100%; } @media only screen and (max-width: 575px) { .categoryListCell h5.title { text-align: left; width: 100%; } } .categoryListCell img { aspect-ratio: 4/3; max-width: 100%; object-fit: contain; } @media (-ms-high-contrast: none) { .categoryListCell img { height: auto; left: 50%; position: relative; transform: translateX(-50%); width: auto; } } @media only screen and (max-width: 575px) { .categoryListCell { height: auto; width: auto; } .categoryListCell img { display: block; margin: 0 auto; } } .skip-to-content { height: 1px; left: -999px; overflow: hidden; position: absolute; top: auto; width: 1px; z-index: -999; .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } * { box-sizing: border-box; } body, html { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; margin: 0; padding: 0; position: relative; text-rendering: optimizeSpeed; } </style> </head> <body class="page-background-gradient responsive fullWidth full-page-background" data-reactroot> <!-- https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/ --> <style> .skip-to-content { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; .skip-to-content:focus, .skip-to-content:active { color: white; background-color: black; left: 0; top: 0; width: auto; height: auto; overflow: auto; padding: 5px; margin: 5px; text-align: center; font-size: 36px; z-index: 999; } } </style> <a href="#content" class="skip-to-content "> Skip to main content</a> <div id="notifications" style="display:none;"> <div class="close"><i class="fa fa-times " ></i></div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59NVBFN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Piwik Pro Script --> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString();f="; SameSite=Strict"}document.cookie=a+"="+b+d+f+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src='https://ifixit.containers.piwik.pro/'+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'pproDataLayer', '6bf6bc54-82ca-4321-8620-b12d5c9b57b6'); var _paq = window._paq = window._paq || []; _paq.push(['setCustomDimensionValue', 1, 'ifixit-us']); _paq.push(['setCustomDimensionValue', 2, 'EN']); if('' !== '') { const privilege = ''.replace('&', '&'); _paq.push(['setCustomDimensionValue', 3, privilege]); } </script> <!-- End Piwik Pro Script --> <div id="background"> <div class="react-component component-PopupModal" data-reactroot data-name="PopupModal" data-props="[]"> </div> <div class="react-component component-Header" data-reactroot data-name="Header" data-props="{"isOnCart":false,"links":[{"title":"Fix Your Stuff","url":"\/Guide","sublinks":[{"title":"Repair Guides","description":"Learn how to fix just about anything with our step-by-step guides.","url":"\/Guide"},{"title":"Answers Forum","description":"Share solutions and get help from a friend.","url":"\/Answers"},{"title":"Teardowns","description":"Get a sneak peek inside the latest gadgets.","url":"\/Teardown"},{"title":"News","description":"Your destination for tech repair news.","url":"\/News"}]},{"title":"Community","url":"\/Community","sublinks":[{"title":"Get Involved","description":"Help teach people to make their stuff work again.","url":"\/Community"},{"title":"Right to Repair","description":"Learn about the Right to Repair movement and how to be an advocate.","url":"\/Right-to-Repair"},{"title":"Repairability","description":"Learn why fixable products make sense.","url":"\/repairability"},{"title":"Our Manifesto","description":"Join the repair revolution!","url":"\/Manifesto"}]},{"title":"Store","url":"https:\/\/www.ifixit.com\/Store","hasStoreDropdown":true,"sublinks":[{"title":"Featured","description":"Quality parts and tools backed by our lifetime guarantee.","url":"https:\/\/www.ifixit.com\/Store"},{"title":"Tools","description":"Shop our wide selection of precision tools.","url":"https:\/\/www.ifixit.com\/Tools"},{"title":"Parts","description":"Shop parts backed by our quality guarantee.","url":"https:\/\/www.ifixit.com\/Parts"},{"title":"Merch","description":"Show your love for iFixit with shirts, posters and more.","url":"https:\/\/www.ifixit.com\/Tools\/iFixit_Gear"}]}],"stores":[{"name":"United States","storeCode":"us","currency":"USD","isDisplayStore":true},{"name":"Australia","storeCode":"au","currency":"AUD","isDisplayStore":false},{"name":"Canada","storeCode":"ca","currency":"CAD","isDisplayStore":false},{"name":"Germany","storeCode":"de","currency":"EUR","isDisplayStore":false},{"name":"France","storeCode":"fr","currency":"EUR","isDisplayStore":false},{"name":"United Kingdom","storeCode":"uk","currency":"GBP","isDisplayStore":false},{"name":"Europe","storeCode":"eu","currency":"EUR","isDisplayStore":false}],"dropdowns":{"miniCart":{"products":[]},"languageDropdown":{"languages":[{"name":"German","autoglottonym":"Deutsch","currency":"DEM","locale":"de_DE","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/16px-Flag_of_Germany.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/32px-Flag_of_Germany.svg.png","isoCode":"DE","isSelected":false},{"name":"English","autoglottonym":"English","currency":"USD","locale":"en_US","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/16px-Flag_of_the_United_States.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/32px-Flag_of_the_United_States.svg.png","isSelected":true,"isoCode":"EN"},{"name":"Spanish","autoglottonym":"Espa\u00f1ol","currency":"MXN","locale":"es_MX","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/16px-Flag_of_Mexico.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/32px-Flag_of_Mexico.svg.png","isoCode":"ES","isSelected":false},{"name":"French","autoglottonym":"Fran\u00e7ais","currency":"EUR","locale":"fr_FR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/16px-Flag_of_France.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/32px-Flag_of_France.svg.png","isoCode":"FR","isSelected":false},{"name":"Italian","autoglottonym":"Italiano","currency":"EUR","locale":"it_IT","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/16px-Flag_of_Italy.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/32px-Flag_of_Italy.svg.png","isoCode":"IT","isSelected":false},{"name":"Dutch","autoglottonym":"Nederlands","currency":"EUR","locale":"nl_NL","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/16px-Flag_of_the_Netherlands.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/32px-Flag_of_the_Netherlands.svg.png","isoCode":"NL","isSelected":false},{"name":"Portuguese","autoglottonym":"Portugu\u00eas","currency":"PP","locale":"pt_BR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/16px-Flag_of_Brazil.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/32px-Flag_of_Brazil.svg.png","isoCode":"PT","isSelected":false},{"name":"Russian","autoglottonym":"P\u0443\u0441\u0441\u043a\u0438\u0439","currency":"RUR","locale":"ru_RU","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/16px-Flag_of_Russia.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/32px-Flag_of_Russia.svg.png","isoCode":"RU","isSelected":false},{"name":"Turkish","autoglottonym":"T\u00fcrk\u00e7e","currency":"TRY","locale":"tr_TR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/16px-Flag_of_Turkey.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/32px-Flag_of_Turkey.svg.png","isoCode":"TR","isSelected":false},{"name":"Chinese","autoglottonym":"\u4e2d\u6587","currency":"HKD","locale":"zh_CN","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/16px-Flag_of_the_People%27s_Republic_of_China.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/32px-Flag_of_the_People%27s_Republic_of_China.svg.png","isoCode":"ZH","isSelected":false},{"name":"Japanese","autoglottonym":"\u65e5\u672c\u8a9e","currency":"JPY","locale":"ja_JP","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/16px-Flag_of_Japan.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/32px-Flag_of_Japan.svg.png","isoCode":"JP","isSelected":false},{"name":"Korean","autoglottonym":"\ud55c\uad6d\uc5b4","currency":"KRW","locale":"ko_KR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/16px-Flag_of_South_Korea.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/32px-Flag_of_South_Korea.svg.png","isoCode":"KO","isSelected":false}],"translationPreferencesUrl":"\/api\/2.0\/user\/setLanguagePreferences"},"userInfo":null,"shopifyStore":{"currencyCode":"USD","storeCode":"us","shopDomain":"ifixit-us.myshopify.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","cartUrl":"https:\/\/www.ifixit.com\/cart","storeUrl":"https:\/\/www.ifixit.com\/Store"}}}"> <style> * { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; text-rendering: optimizeSpeed; position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } .header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 68px; background: #11161A; } .header-container { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 1400px; padding: 0 12px; } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; } .header-space { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .logo-container { display: -webkit-box; display: -ms-flexbox; display: flex; margin-inline: 16px; } .headings-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; } .headings-container a.heading { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 24px; color: white; font-size: 14px; font-weight: 600; text-decoration: none; margin: 0; } .menu-icon { display: none; } @media only screen and (max-width: 374px) { .logo-container { margin-inline: 12px; } } @media only screen and (max-width: 999px) { .header-container { padding-left: 12px; } .headings-container { display: none; } .menu-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; padding: 6px; } } @media only screen and (min-width: 1440px) { .header-container { padding: 0; } } </style> <div class="header-wrapper"> <div class="header-container"> <div class="header-left"> <div class="menu-icon"> <span class="svg-container" style="width: 24px; height: 24px; display: inline-flex;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#D2DADF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="4" y1="12" x2="20" y2="12" class="middle"></line><line x1="4" y1="6" x2="20" y2="6" class="top"></line><line x1="4" y1="18" x2="20" y2="18" class="bottom"></line></svg></span> </div> <div class="logo-container"> <span class="svg-container" style="width: 118px; height: 36px; display: inline-flex;"><svg width="118" height="36" viewBox="0 0 118 36" fill="none" xmlns="http://www.w3.org/2000/svg" focusable="false" style="display: block" > <path fillRule="evenodd" clipRule="evenodd" d="M108.185 13.1401H104.585C103.636 13.1401 102.858 12.3534 102.858 11.3942C102.858 10.4357 103.636 9.64859 104.585 9.64859H115.53C116.479 9.64859 117.257 10.4357 117.257 11.3942C117.257 12.3534 116.479 13.1401 115.53 13.1401H111.93V25.1143C111.93 26.1717 111.103 27.0077 110.057 27.0077C109.012 27.0077 108.185 26.1717 108.185 25.1143V13.1401Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M96.2178 11.3942C96.2178 10.3372 97.0448 9.50126 98.0906 9.50126C99.1364 9.50126 99.9634 10.3372 99.9634 11.3942V25.1143C99.9634 26.1717 99.1364 27.0077 98.0906 27.0077C97.0448 27.0077 96.2178 26.1717 96.2178 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M86.7676 18.3556L92.1018 12.9633C92.8473 12.2101 92.8473 10.9884 92.1018 10.2348C91.3566 9.48139 90.1478 9.48139 89.4027 10.2348L84.0685 15.6271L78.7343 10.2348C77.989 9.48139 76.7807 9.48139 76.0352 10.2348C75.2897 10.9884 75.2897 12.2099 76.0352 12.9633L81.3694 18.3556L76.0352 23.7477C75.2897 24.5011 75.2897 25.7228 76.0352 26.4764C76.4079 26.8532 76.8962 27.0414 77.3849 27.0414C77.8731 27.0414 78.3618 26.8532 78.7343 26.4764L84.0685 21.0841L89.4025 26.4764C89.7755 26.8532 90.2635 27.0414 90.7522 27.0414C91.2406 27.0414 91.7293 26.8532 92.1018 26.4764C92.8471 25.7228 92.8471 24.5011 92.1018 23.7477L86.7676 18.3556Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M68.1737 11.3942C68.1737 10.3372 69.0006 9.50126 70.0462 9.50126C71.0923 9.50126 71.9193 10.3372 71.9193 11.3942V25.1143C71.9193 26.1717 71.0923 27.0077 70.0462 27.0077C69.0006 27.0077 68.1737 26.1717 68.1737 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M52.0474 11.542C52.0474 10.4846 52.8746 9.64859 53.9206 9.64859H63.4551C64.4038 9.64859 65.1577 10.4109 65.1577 11.3697C65.1577 12.3287 64.4038 13.091 63.4551 13.091H55.7934V16.7544H62.3607C63.3091 16.7544 64.0628 17.5167 64.0628 18.4755C64.0628 19.4347 63.3091 20.1966 62.3607 20.1966H55.7934V25.1143C55.7934 26.1717 54.9662 27.0077 53.9206 27.0077C52.8746 27.0077 52.0474 26.1717 52.0474 25.1143V11.542Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M44.0456 11.3942C44.0456 10.3372 44.8726 9.50126 45.9182 9.50126C46.9642 9.50126 47.791 10.3372 47.791 11.3942V25.1143C47.791 26.1717 46.9642 27.0077 45.9182 27.0077C44.8726 27.0077 44.0456 26.1717 44.0456 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M22.7682 18.7576L26.2886 23.4561C26.5805 23.8461 26.5971 24.4944 26.3252 24.8986L26.1472 25.1625C25.8763 25.5659 25.3313 26.1268 24.9369 26.4092L24.5136 26.7101C24.1199 26.9919 23.4821 26.9816 23.0977 26.6865L18.4482 23.1233C18.0638 22.8282 17.4338 22.8282 17.0491 23.1233L12.3999 26.6865C12.015 26.9816 11.3739 26.9961 10.9773 26.7202L10.67 26.507C10.2731 26.2295 9.72042 25.6753 9.44417 25.2755L9.17896 24.8911C8.90271 24.4919 8.91463 23.8461 9.20524 23.4561L12.7305 18.7554C13.0211 18.3652 13.0211 17.7294 12.7305 17.3397L9.20524 12.6376C8.91463 12.2476 8.90359 11.6041 9.18205 11.2052L9.48171 10.7772C9.75906 10.3783 10.314 9.8274 10.7132 9.55372L10.9749 9.3738C11.3739 9.09878 12.015 9.11686 12.3999 9.41063L17.0491 12.974C17.4338 13.2689 18.0638 13.2689 18.4482 12.974L23.0977 9.41063C23.4821 9.11686 24.1364 9.07757 24.5533 9.3258L25.0396 9.61622C25.4563 9.86423 25.988 10.4172 26.2223 10.8442L26.3937 11.1569C26.6269 11.5829 26.5805 12.251 26.2886 12.641L22.7682 17.3419C22.4763 17.7317 22.4763 18.3688 22.7682 18.7576ZM17.8061 -2.79848e-09C7.97194 -2.79848e-09 -1.14211e-09 8.05854 -1.14211e-09 17.9989C-1.14211e-09 27.9404 7.97194 36 17.8061 36C27.6404 36 35.6124 27.9404 35.6124 17.9989C35.6124 8.05854 27.6404 -2.79848e-09 17.8061 -2.79848e-09Z" fill="#1975F1" /> </svg></span> </div> </div> <div class="headings-container"> <a href="/Guide" class="heading">Fix Your Stuff</a> <a href="/Community" class="heading">Community</a> <a href="/Store" class="heading">Store</a> </div> <div class="header-space"></div> </div> </div> </div> <div class="react-component component-ConsentBanner" data-reactroot data-name="ConsentBanner" data-props="{"isTest":false,"flagEnabled":false,"privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy","needsConsent":false,"piwikSiteId":"6bf6bc54-82ca-4321-8620-b12d5c9b57b6","shopifyConfig":{"checkout":"store.ifixit.com","storefront":"ifixit.com","accessToken":"db3099692534a56ecec7b974a329d302"}}"> </div> <div id="page" class=" invisible"> <div id="page-sidebar"> <div id="sidebar-wiki-toc" class="sticky js-dynamic-toc"> <div class="toc-title"><a href="#main">iPad Air LTE</a></div> <div class="toc"><div class="header">Table of Contents</div> <ul><li><a href="#Section_Identification_and_Background" class="muted">Identification and Background</a></li><li><a href="#Section_Specifications" class="muted">Specifications</a></li><li><a href="#Section_Troubleshooting" class="muted">Troubleshooting</a></li><li><a href="#Section_Additional_Information" class="muted">Additional Information</a></li></ul></div> </div> </div> <div id="main" > <div id="mainBody" itemscope itemtype="http://schema.org/CollectionPage" > <!-- MAIN BODY --> <div id="bodyTop" class="fullWidth clearfix"> <div class="page-navigation-container js-page-navigation row "> <div class="column full-width js-content-dropdown-container content-dropdown-default"> <ul class="row page-navigation-bar"> <div class="breadcrumbs-container"> <div class="react-component component-NavBreadcrumbs" data-reactroot data-name="NavBreadcrumbs" data-props="{"breadcrumbs":[{"url":"https:\/\/www.ifixit.com\/Guide","name":"Device"},{"url":"https:\/\/www.ifixit.com\/Device\/Tablet","name":"Tablet"},{"url":"https:\/\/www.ifixit.com\/Device\/iPad","name":"Apple iPad"},{"url":"https:\/\/www.ifixit.com\/Device\/iPad_Air_Device","name":"iPad Air"},{"url":"https:\/\/www.ifixit.com\/Device\/iPad_Air","name":"1"},{"url":"https:\/\/www.ifixit.com\/Device\/iPad_Air_LTE","name":"iPad Air LTE"}]}"> <div itemscope itemprop="breadcrumb" itemtype="http://schema.org/BreadcrumbList"> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Guide"> <meta itemprop="name" content="Device"> <meta itemprop="position" content="1" /> </div> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Device/Tablet"> <meta itemprop="name" content="Tablet"> <meta itemprop="position" content="2" /> </div> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Device/iPad"> <meta itemprop="name" content="Apple iPad"> <meta itemprop="position" content="3" /> </div> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Device/iPad_Air_Device"> <meta itemprop="name" content="iPad Air"> <meta itemprop="position" content="4" /> </div> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Device/iPad_Air"> <meta itemprop="name" content="1"> <meta itemprop="position" content="5" /> </div> <div itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <meta itemprop="item" content="https://www.ifixit.com/Device/iPad_Air_LTE"> <meta itemprop="name" content="iPad Air LTE"> <meta itemprop="position" content="6" /> </div> </div> </div> </div> <li class="page-navigation-link "> <a href="/Device/Edit/iPad_Air_LTE" class="" id="edit-nav-link" > <span class="hidden-mobile">Edit</span><span style="display:inline-flex; width:16px; height:16px;" alt="Edit" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c10.4-3 20.1-8 28.6-14.5l.3 .2 .5-.8c1.4-1.1 2.7-2.2 4-3.3c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-2.5 2.5-4.9 5.2-7.1 8l-.8 .5 .2 .3c-6.5 8.5-11.4 18.2-14.5 28.6zM383 191L197.4 376.6l-49.6-12.4-12.4-49.6L321 129 383 191zM97 358.9l7.7 31c2.1 8.6 8.9 15.3 17.5 17.5l31 7.7-7.4 11.2c-2.6 1.4-5.3 2.6-8.1 3.4l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4c.8-2.8 2-5.6 3.4-8.1L97 358.9zM315.3 218.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-96 96c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l96-96z"/></svg></span> </a> </li> <li class="page-navigation-link "> <a class="js-content-dropdown-toggle content-dropdown-toggle" > <span class="hidden-mobile">Options</span><span style="display:inline-flex; width:24px; height:24px;" alt="Options" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M432 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-160 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"/></svg></span> </a> </li> </ul> <ul class="content-dropdown-list"> <li class="page-navigation-link "> <a href="/Device/History/iPad_Air_LTE" class="" rel="ugc" id="history-nav-link" > <span style="display:inline-flex; width:16px; height:16px;" id="dropdown-icon" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M48 106.7V56c0-13.3-10.7-24-24-24S0 42.7 0 56V168c0 13.3 10.7 24 24 24H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H80.7c37-57.8 101.7-96 175.3-96c114.9 0 208 93.1 208 208s-93.1 208-208 208c-42.5 0-81.9-12.7-114.7-34.5c-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3C155.2 496.4 203.8 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span> History </a> </li> <li class="page-navigation-link "> <li id="show-translations-toggle" class="page-navigation-link"><a> <div class="toggle-container"> <input type="checkbox" class="core-control toggle " id="showTranslationsToggle" > <label for="showTranslationsToggle"> <span class="toggle"></span><span class="toggle-label">Show Other Languages</span> </label> </div> </a></li> </li> </ul> </div> </div> </div> <div class="statuses"> </div> <div id="banner"><div class="statuses"> </div> <div class="actionbar-portal"></div> <div id="banner-wrap" class="has-repairability"> <div id="banner-wrap-bg-container"> <img id="banner-wrap-bg" src="https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.large" srcset="https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.standard 300w, https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.medium 592w, https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.large 800w" sizes="(max-width: 425px) 300px, (max-width: 576px) 592px, 800px" width="800" height="600" itemprop="image" > </div> <div class="banner-content"> <div class="banner-bucket"> <div class="banner-small-photo"> <img src="https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.standard" srcset="https://guide-images.cdn.ifixit.com/igi/AbI1uZUdBtSEPPXY.medium 2x" width="252" height="189" alt="iPad Air LTE" > <a href="/Teardown/iPad+Air+LTE+Teardown/18907#teardownConclusion" class="banner-repairability-score hidden-mobile repairability-score-2"> Repairability: <strong>2</strong> / 10 </a> </div> </div> <div class="banner-bucket banner-summary"> <div class="banner-text"> <h1 class="banner-title" itemprop="headline"> iPad Air LTE Repair </h1> <p class="banner-blurb"> <span class="topicHeaderText originalText" itemprop="description"> iPad Air Wi-Fi + Cellular, model no. A1475. Available in Space Gray or Silver, with 16/32/64/128 GB configurations. </span> </p> <div class="wiki-author"> Author: <span> <a class="main" href="/User/668072/Jeff+Suovanen">Jeff Suovanen</a> <a class="others" href="/Device/History/iPad_Air_LTE" rel="ugc">(and 4 other contributors)</a> </span> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/668072/Jeff+Suovanen"> <meta itemprop="name" content="Jeff Suovanen"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/uYn4Ihpxm4PJCBrU.standard"> </div> </div> <div class="action-buttons"> <a href="/Guide/new/Device/iPad%20Air%20LTE" rel="nofollow" id="createGuide" class="button readonly-hidden"> <i class="fa fa-list-ol " ></i> Create a Guide</a> <div class="workbench-topic-variant-dropdown js-content-dropdown-container content-dropdown-default" id="save-topic-variant-container"> <div class="button content-dropdown-toggle js-content-dropdown-toggle " id="variant-save-topic-button" data-wikiid="25266"> <i class="fa fa-check-circle save-topic-check hidden" ></i> <i class="fa fa-plus-circle save-topic-plus " ></i> I Have This </div> <div class="content-dropdown-list"> <div class="content-dropdown-header"> Do you know which kind you have? </div> <ul class="dropdown-variant-list"> <li class="workbench-topic-variant-selection"> <input type="checkbox" class="ifixit-control workbench-topic-variantid-checkbox js-workbench-checkbox" id="topic-483" data-topic-variantid="483" data-wikiid="25266"> <label for="topic-483"> <span>A1475 128GB<span> </label> </li> <li class="workbench-topic-variant-selection"> <input type="checkbox" class="ifixit-control workbench-topic-variantid-checkbox js-workbench-checkbox" id="topic-480" data-topic-variantid="480" data-wikiid="25266"> <label for="topic-480"> <span>A1475 16GB<span> </label> </li> <li class="workbench-topic-variant-selection"> <input type="checkbox" class="ifixit-control workbench-topic-variantid-checkbox js-workbench-checkbox" id="topic-481" data-topic-variantid="481" data-wikiid="25266"> <label for="topic-481"> <span>A1475 32GB<span> </label> </li> <li class="workbench-topic-variant-selection"> <input type="checkbox" class="ifixit-control workbench-topic-variantid-checkbox js-workbench-checkbox" id="topic-482" data-topic-variantid="482" data-wikiid="25266"> <label for="topic-482"> <span>A1475 64GB<span> </label> </li> <li class="workbench-topic-variant-selection"> <input type="checkbox" class="ifixit-control workbench-topic-variantid-checkbox js-workbench-checkbox" id="topic-generic" data-wikiid="25266"> <label for="topic-generic"> <span>Not sure<span> </label> </li> </ul> </div> </div> </div> </div> <div class="clearer"></div> <a href="/Teardown/iPad+Air+LTE+Teardown/18907#teardownConclusion" class="banner-repairability-score visible-mobile repairability-score-2"> Repairability: <strong>2</strong> / 10 </a> </div> </div></div> <div id="topContent"> <div id="mobile-wiki-toc" class="hidden-desktop"> <div class="react-component component-Toc" data-reactroot data-name="Toc" data-props="[]"> <style> #mobile-skeleton-toc { background: white; box-shadow: 0px 1px 4px rgba(16, 22, 26, 0.1), 0px 1px 2px rgba(16, 22, 26, 0.1); height: 83px; } </style> <div id="mobile-skeleton-toc"></div> </div> </div> <h2 id="Section_Guides" class="blurbListTitle js-dynamic-toc-section">Guides</h2> <div class="blurbListWide" data-type="replacement"> <h3 id='Section_Replacement' class="blurbListTitle js-dynamic-toc-section"> <a href='#Section_Replacement' style="text-decoration: none;"> Replacement Guides </a> </h3> <div class="grid"> <div class="cell" > <a href="/Guide/iPad+Air+LTE+Battery+Replacement/67882" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/FFTskpy6NoGG2Vlp.standard" width="133" height="100" alt="Battery" class="thumb" /> <div class="featured-tag-and-title-flex" > <div class="featured-tag"> <span class="featured-icon"> <i class="svg-icon" alt="Featured" title="Featured" style="display: inline-flex; width: 16px; height: 16px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="8" r="7"/> <polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"/> </svg></i> <p class="featured-text">Featured</p> </span> </div> <div class='title-text'> <p> Battery </p> </div> </div> </a> </div> <div class="cell" > <a href="/Guide/iPad+Air+LTE+Front+Panel+Assembly+Replacement/28607" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/iPhhSwCJjZKZZKXo.standard" width="133" height="100" alt="Front Panel Assembly" class="thumb" /> <div class="featured-tag-and-title-flex" > <div class="featured-tag"> <span class="featured-icon"> <i class="svg-icon" alt="Featured" title="Featured" style="display: inline-flex; width: 16px; height: 16px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="8" r="7"/> <polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"/> </svg></i> <p class="featured-text">Featured</p> </span> </div> <div class='title-text'> <p> Front Panel Assembly </p> </div> </div> </a> </div> <div class="cell" > <a href="/Guide/iPad+Air+LTE+LCD+Replacement/28609" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/nEUyYNWMTJeRkvNj.standard" width="133" height="100" alt="LCD" class="thumb" /> <div class="title-flex" > <div class='title-text'> <p> LCD </p> </div> </div> </a> </div> <div class="cell" > <a href="/Guide/iPad+Air+LTE+Logic+Board+Replacement/63740" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/GdGQqFlTcKp5YMkK.standard" width="133" height="100" alt="Logic Board" class="thumb" /> <div class="title-flex" > <div class='title-text'> <p> Logic Board </p> </div> </div> </a> </div> <div class="cell" > <a href="/Guide/iPad+Air+LTE+SIM+Board+Replacement/38144" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/N1CWsOnQKe3ZCrLK.standard" width="133" height="100" alt="SIM Board" class="thumb" /> <div class="title-flex" > <div class='title-text'> <p> SIM Board </p> </div> </div> </a> </div> <div class="cell" > <a href="/Guide/iPad+Air+LTE+SIM+Tray+Replacement/38143" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/xLpdsQL1o3U3EgcA.standard" width="133" height="100" alt="SIM Tray" class="thumb" /> <div class="title-flex" > <div class='title-text'> <p> SIM Tray </p> </div> </div> </a> </div> </div> </div> <div class="blurbListWide" data-type="teardown"> <h3 id='Section_Teardown' class="blurbListTitle js-dynamic-toc-section"> <a href='#Section_Teardown' style="text-decoration: none;"> Teardowns </a> </h3> <div class="grid"> <div class="cell" > <a href="/Teardown/iPad+Air+LTE+Teardown/18907" class="title"> <img src="https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.standard" width="133" height="100" alt="iPad Air LTE Teardown" class="thumb" /> <div class="title-flex" > <div class='title-text'> <p> iPad Air LTE Teardown </p> </div> </div> </a> </div> </div> </div> <div style="margin-top:45px"> <div class="react-component component-WPCampaignBanner" style="width: 100%; max-width: 1400px; margin: auto; padding: 0px;" data-reactroot data-name="WPCampaignBanner" data-props="{"type":"default","hasCampaigns":true,"sizes":{"intermediate_width":992,"small_width":768,"space":"0px","default":300,"small":250,"intermediate":200}}"> <style> .Q5tuxDSl { height: 300px; margin-bottom: 0px; margin-top: 0px; } @media screen and (min-width: 768px) { .Q5tuxDSl { height: 250px; } } @media screen and (min-width: 992px) { .Q5tuxDSl { height: 200px; } } </style> <div class="Q5tuxDSl"></div> </div> </div> </div> <div id="contentFloat"> <div class="content-container"> <div id="content"> <div class="container articleContainer topic"> <div class="questionsContainer"> <h2 id='Section_Popular_Forum_Questions' class="device-questions js-dynamic-toc-section header"> <a href="/Answers/Device/iPad_Air_LTE"> Popular Forum Questions </a> </h2> <a href="/Answers/Ask/iPad+Air+LTE" rel="nofollow" id="askQuestionButton" class="subtleButton readonly-hidden"><i class="fa fa-comment-o " ></i>Ask a Question</a> </div> <div id="questions"> <table> <tr class="row firstRow" data-postid="497212" itemprop="hasPart" itemscope itemtype="http://schema.org/Question"> <td class="questionStatus"> <meta itemprop="answerCount" content="1"> <meta itemprop="upvoteCount" content="0"> <p id="answers-497212" class="answers answered"> 1 Answer </p> <p id="score-497212" class="score">0 Score</p> </td> <td class="questionTitle"> <h3 > <a class="focus" href="/Answers/View/497212/iPad+started+bugged+in+the+worst+moment" itemprop="url" title="I've acquired MS Word on my iPad Air this week. Yesterday I finished creating word document that connected to my job. The..." ><span itemprop="name">iPad started bugged in the worst moment</span></a> </h3> <p > <span itemprop="about" itemscope itemtype="http://schema.org/Thing"> <a href="/Answers/Device/iPad_Air_LTE" itemprop="url"><span itemprop="name">iPad Air LTE</span></a> </span> </p> </td> </tr> <tr class="row" data-postid="510880" itemprop="hasPart" itemscope itemtype="http://schema.org/Question"> <td class="questionStatus"> <meta itemprop="answerCount" content="2"> <meta itemprop="upvoteCount" content="1"> <p id="answers-510880" class="answers acceptedAnswer"> 2 Answers </p> <p id="score-510880" class="score">1 Score</p> </td> <td class="questionTitle"> <h3 > <a class="focus" href="/Answers/View/510880/My+iPad+Air+only+turns+on+when+it%E2%80%99s+plugged+could+someone+help" itemprop="url" title="My iPad only turns on when it鈥檚 pluged in to a power source it shows 100% when plugged in it doesn鈥檛 show that鈥檚 it..." ><span itemprop="name">My iPad Air only turns on when it鈥檚 plugged could someone help?</span></a> </h3> <p > <span itemprop="about" itemscope itemtype="http://schema.org/Thing"> <a href="/Answers/Device/iPad_Air_LTE" itemprop="url"><span itemprop="name">iPad Air LTE</span></a> </span> </p> </td> </tr> <tr class="row" data-postid="209932" itemprop="hasPart" itemscope itemtype="http://schema.org/Question"> <td class="questionStatus"> <meta itemprop="answerCount" content="4"> <meta itemprop="upvoteCount" content="4"> <p id="answers-209932" class="answers answered"> 4 Answers </p> <p id="score-209932" class="score">4 Score</p> </td> <td class="questionTitle"> <h3 > <a class="focus" href="/Answers/View/209932/iPad+Air+behaving+erratically:+%22ghost+touching%22+after+screen+replacement" itemprop="url" title="Usually, but not always, the replaced screen starts to behave erratically a while after installation. Immediately after..." ><span itemprop="name">iPad Air behaving erratically: "ghost touching" after screen replacement?</span></a> </h3> <p > <span itemprop="about" itemscope itemtype="http://schema.org/Thing"> <a href="/Answers/Device/iPad_Air_LTE" itemprop="url"><span itemprop="name">iPad Air LTE</span></a> </span> </p> </td> </tr> <tr class="row" data-postid="191720" itemprop="hasPart" itemscope itemtype="http://schema.org/Question"> <td class="questionStatus"> <meta itemprop="answerCount" content="11"> <meta itemprop="upvoteCount" content="12"> <p id="answers-191720" class="answers answered"> 11 Answers </p> <p id="score-191720" class="score">12 Score</p> </td> <td class="questionTitle"> <h3 > <a class="focus" href="/Answers/View/191720/replaced+glass,+home+button+sunkin+in" itemprop="url" title="hi, I just replaced my iPad Air's broken glass with a replacement from ifixit, the replacement was quality and basically..." ><span itemprop="name">replaced glass, home button sunkin in?</span></a> </h3> <p > <span itemprop="about" itemscope itemtype="http://schema.org/Thing"> <a href="/Answers/Device/iPad_Air_LTE" itemprop="url"><span itemprop="name">iPad Air LTE</span></a> </span> </p> </td> </tr> </table> </div> <div id="Section_Parts_and_Tools" class="js-dynamic-toc-section"> <h2><a href="https://www.ifixit.com/Parts/iPad_Air_LTE"> Parts </a></h2> <div id="devicePartsList" class="row"> <ul class="column column4 firstColumn"> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Accessories"> <span itemprop="name">Accessories</span> (1) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Adhesives"> <span itemprop="name">Adhesives</span> (1) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Antennas"> <span itemprop="name">Antennas</span> (5) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="lastItem"> <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Batteries"> <span itemprop="name">Batteries</span> (1) </a> <meta itemprop="category" content="Parts"> </li> </ul> <ul class="column column4"> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Buttons"> <span itemprop="name">Buttons</span> (7) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Cables"> <span itemprop="name">Cables</span> (4) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Cameras"> <span itemprop="name">Cameras</span> (3) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="lastItem"> <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Case_Components"> <span itemprop="name">Case Components</span> (4) </a> <meta itemprop="category" content="Parts"> </li> </ul> <ul class="column column4"> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Headphone_Jacks"> <span itemprop="name">Headphone Jacks</span> (1) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Microphones"> <span itemprop="name">Microphones</span> (1) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Microsoldering"> <span itemprop="name">Microsoldering</span> (4) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="lastItem"> <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Motherboards"> <span itemprop="name">Motherboards</span> (1) </a> <meta itemprop="category" content="Parts"> </li> </ul> <ul class="column column4"> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Ports"> <span itemprop="name">Ports</span> (2) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Power_Adapters"> <span itemprop="name">Power Adapters</span> (1) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Screens"> <span itemprop="name">Screens</span> (3) </a> <meta itemprop="category" content="Parts"> </li> <li itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="lastItem"> <a itemprop="url" href="https://www.ifixit.com/Parts/iPad_Air_LTE/Screws_and_Bolts"> <span itemprop="name">Screws and Bolts</span> (1) </a> <meta itemprop="category" content="Parts"> </li> </ul> </div> <h2 class="tools-header"> <a href="https://www.ifixit.com/Tools"> Tools </a> </h2> <div class="deviceToolsContainer"> <p>These are some common tools used to work on this device. You might not need every tool for every procedure.</p> <div class="deviceToolsList"> <ul class="attachment-link-list two-columns"> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/ifixit-opening-picks-set-of-6" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/fDsOubGiL2QUMeOR.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/ifixit-opening-picks-set-of-6" > <p class="title">iFixit Opening Picks (Set of 6)</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/ifixit-opening-picks-set-of-6" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/iopener" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/xyGnD2aWDEcVatDn.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/iopener" > <p class="title">iOpener</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/iopener" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/phillips-00-screwdriver" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/upNtpW5ghNgA3abG.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/phillips-00-screwdriver" > <p class="title">Phillips #00 Screwdriver</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/phillips-00-screwdriver" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/suction-handle" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/5Sf2Uh4OSLtsGpXk.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/suction-handle" > <p class="title">Suction Handle</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/suction-handle" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/spudger" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/vy2elt3YPAXL1LmZ.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/spudger" > <p class="title">Spudger</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/spudger" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/tweezers" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/eQGTt3iN1MmOAQDy.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/tweezers" > <p class="title">Tweezers</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/tweezers" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/tweezers?variant=39371667406951" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/dHWMTxibZKNbXnxu.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/tweezers?variant=39371667406951" > <p class="title">Tweezers</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/tweezers?variant=39371667406951" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/tweezers?variant=39371667374183" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/SgcjxIZnNVleJooT.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/tweezers?variant=39371667374183" > <p class="title">Tweezers</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/tweezers?variant=39371667374183" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/sim-card-eject-tool" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/OKbwbsAqNCv4lWAP.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/sim-card-eject-tool" > <p class="title">SIM Card Eject Tool</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/sim-card-eject-tool" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/plastic-cards" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/q4GNqIoRUGiNDmOK.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/plastic-cards" > <p class="title">Plastic Cards</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/plastic-cards" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/ifixit-opening-tool?variant=39371677139047" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/WoB6tvmulm566RRu.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/ifixit-opening-tool?variant=39371677139047" > <p class="title">iFixit Opening Tool</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/ifixit-opening-tool?variant=39371677139047" class="button button-small button-transparent" > View </a> </div> </li> <li class="attachment-link"> <div class="row attachment-container" > <a href="https://www.ifixit.com/products/anti-clamp" > <img itemprop="image" src="https://cart-products.cdn.ifixit.com/cart-products/dXEZxP3u4f6oKXQp.mini" width="41" height="41" alt=""> </a> <div class="column"> <a href="https://www.ifixit.com/products/anti-clamp" > <p class="title">Clampy - Anti-Clamp</p> </a> <p class="attachment-info"></p> <p class=" attachment-subtitle"></p> </div> <a href="https://www.ifixit.com/products/anti-clamp" class="button button-small button-transparent" > View </a> </div> </li> </ul> </div> <div class="clearer"></div> </div> </div> <div id="Models" class="js-dynamic-toc-section"> <h2>Models</h2> <p> A1475 128GB, A1475 16GB, A1475 32GB, A1475 64GB </p> </div> <meta itemprop="name" content="iPad Air LTE"> <div id="Wiki_Details"> <div id="wikiRenderedText" class="wikiRenderedText renderedText originalText" itemprop="text"> <div class="clearer"></div><div class="headerContainer"><a class="selfLink" href="#Section_Identification_and_Background" title="Link to this section" aria-hidden="true"><span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z"/></svg></span></a><h2 id="Section_Identification_and_Background" class="header">Identification and Background</h2></div> <p>Announced on October 22, 2013, the iPad Air first became available on November 1.</p> <p>The iPad Air Wi-Fi + Cellular (or iPad Air LTE) adds cellular network functionality to Apple's slimmed-down, buffed-up iPad Air.</p> <p>The iPad Air LTE works globally on GSM/UMTS networks. Where a compatible LTE network is not available, the iPad Air can connect using GSM network technologies.</p> <p>The iPad Air LTE can be identified by its model number, A1475, found on the lower rear case.</p> <div class="clearer"></div><div class="headerContainer"><a class="selfLink" href="#Section_Specifications" title="Link to this section" aria-hidden="true"><span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z"/></svg></span></a><h2 id="Section_Specifications" class="header">Specifications</h2></div> <p><strong>Announce date</strong>: October 22, 2013</p> <p><strong>Model Number</strong>: A1475</p> <p><strong>Processor</strong>: Dual-core Apple A7 processor</p> <p><strong>Storage</strong>: 16, 32, 64 and 128 GB flash memory</p> <p><strong>Wireless</strong>: Integrated 802.11a/b/g/n and Bluetooth 4.0</p> <p><strong>Cellular</strong>: UMTS/HSPA/HSPA+/DC-HSDPA (850, 900, 1700/2100, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); CDMA EV-DO Rev. A and Rev. B (800, 1900 MHz); LTE (Bands 1, 2, 3, 4, 5, 7, 8, 13, 17, 18, 19, 20, 25, 26)3</p> <p><strong>Battery</strong>: Up to 10 hours of use</p> <p><strong>Dimensions</strong>: 9.4 inches (240 mm) x 6.6 inches (169.5 mm) x 0.29 inch (7.5 mm)</p> <div class="clearer"></div><div class="headerContainer"><a class="selfLink" href="#Section_Troubleshooting" title="Link to this section" aria-hidden="true"><span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z"/></svg></span></a><h2 id="Section_Troubleshooting" class="header">Troubleshooting</h2></div> <ul><li>Diagnose and repair screen backlight issues with our <a href="/Troubleshooting/iPhone/iDevice+Backlight+Troubleshooting/48446">iDevice Backlight Troubleshooting Page</a>.</li></ul> <div class="clearer"></div><div class="headerContainer"><a class="selfLink" href="#Section_Additional_Information" title="Link to this section" aria-hidden="true"><span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z"/></svg></span></a><h2 id="Section_Additional_Information" class="header">Additional Information</h2></div> <ul><li><a href="http://en.wikipedia.org/wiki/IPad_Air">Wikipedia: iPad Air</a></li><li><a href="http://www.apple.com/ipad-air/" rel="nofollow noopener noreferrer">Apple: iPad Air</a></li></ul> </div> </div> <div class="clearer"></div> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/668072/Jeff+Suovanen"> <meta itemprop="name" content="Jeff Suovanen"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/uYn4Ihpxm4PJCBrU.standard"> </div> <div id="author-container"> <div class="actionbar-portal"></div> <div> <div id="author" class="credit-author-team-container row"> <div class="author-container"> <div class="author-heading row"> <h3 class="column"> <a class="fragment-link" href="#author">Author</a> </h3> <p class="contributors-subtitle column"> with <a href="/Device/History/iPad_Air_LTE" rel="ugc">4 other contributors</a> </p> </div> <div class="author-meta row"> <div class="author-photo column"> <a href="/User/668072/Jeff+Suovanen"> <img width="100" height="100" alt="" src="https://guide-images.cdn.ifixit.com/igi/uYn4Ihpxm4PJCBrU.standard"> </a> </div> <div class="author-info column"> <h4> <a href="/User/668072/Jeff+Suovanen"> Jeff Suovanen </a> </h4> <p>Member since: 08/06/13</p> <p>435,494 Reputation</p> <p> 259 Guides authored </p> </div> <div class="author-badges column"> <p class="hidden-mobile"> <a href="/User/Graph/668072/Jeff+Suovanen"> Badges: <span class="num-badges">48</span> </a> </p> <ul class="badge-list"> <li> <a class="badge-link" title="One hundred people successfully fixed things using guides you helped write" href="/Badge/Artisan"> <img width="32" height="32" alt="Artisan" src="https://assets.cdn.ifixit.com/static/images/badges/artisan.svg"> </a> </li> <li> <a class="badge-link" title="Create a featured teardown" href="/Badge/Demolitionist"> <img width="32" height="32" alt="Demolitionist" src="https://assets.cdn.ifixit.com/static/images/badges/demolitionist.svg"> </a> </li> <li> <a class="badge-link" title="Improve a guide that hasn't been updated in six months" href="/Badge/Developer"> <img width="32" height="32" alt="Developer" src="https://assets.cdn.ifixit.com/static/images/badges/devleoper.svg"> </a> </li> </ul> <p class="num-left"> <a href="/User/Graph/668072/Jeff+Suovanen"> +45 more badges </a> </p> </div> </div> </div> <div class="team-container"> <h3 class="row hidden-mobile-tablet">Team</h3> <div class="team-meta row"> <div class="team-photo column"> <a href="/Team/1/iFixit"> <img width="100" height="100" alt="" src="https://guide-images.cdn.ifixit.com/igi/TS66OmLjO4QAsbrB.standard"> </a> </div> <div class="team-info column"> <h4> <a class="hidden-mobile-tablet" href="/Team/1/iFixit"> iFixit </a> <span class="visible-mobile-tablet"> Member of <a href="/Team/1/iFixit">iFixit</a> </span> </h4> <p class="team-subtitle"> Staff </p> <p class="team-members"> 124 Members </p> <p class="team-guides"> 20,256 Guides authored </p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- /content-container --> <script type="text/javascript"> (function() { var mobileToc = document.getElementById('mobile-skeleton-toc'); if (document.getElementById('sidebar-wiki-toc')) { var headings = document.querySelectorAll('#mainBody [id^="Section_"]'); var pageSidebar = document.getElementById('page-sidebar'); if (headings.length <= 1) { // Must remove elements this way to maintain IE11 support pageSidebar && pageSidebar.parentNode.removeChild(pageSidebar); mobileToc && mobileToc.parentNode.removeChild(mobileToc); } } else { mobileToc && mobileToc.parentNode.removeChild(mobileToc); } document.getElementById('page').classList.remove("invisible"); })(); </script> </div> <!-- /contentFloat --> <div class="clearer"></div> </div> <!-- /mainBody --> <div class="clearer"></div> </div> <!-- /main --> </div> <!-- /page --> <div id="pageStats" class=""> <div class="stats-module-title"><i class="fa fa-bar-chart-o " ></i> <strong>View Statistics:</strong></div> <div class="stats-numbers-container"> <p><span class="statTitle">Past 24 Hours:</span> <span class="statValue">13</span></p> <p><span class="statTitle">Past 7 Days:</span> <span class="statValue">72</span></p> <p><span class="statTitle">Past 30 Days:</span> <span class="statValue">483</span></p> <p><span class="statTitle">All Time:</span> <span class="statValue">165,787</span></p> </div> </div> <div class="clearer"></div> <div class="react-component component-Footer" data-reactroot data-name="Footer" data-props="{"supportUrl":"https:\/\/help.ifixit.com\/","repairUrl":"https:\/\/repair.org\/","langViewID":"en","privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy"}"> <style> .footer-placeholder { min-height: 1325.55px; @media (min-width: 768px) { min-height: 630.94px; } @media (min-width: 1440px) { min-height: 622.94px; } } </style> <div class="footer-placeholder hide-until-css-loaded"></div> </div> </div> <!-- /background --> <img src="https://ping.ifixit.com/pp/tick.gif?key=ifixit%2Ftopic%2F25266%2Fen" width="1" height="1" alt="" class="hidden" /> <script type='text/javascript'> var App = {"recaptchaToken":"6LdcrYcUAAAAADXZZ8mZBNd48Qpg6jF6_Zp2s1t5","canIBypassGAEventFiringOnMobile":false,"objectNameSingular":"Device","objectNamePlural":"Devices","which":"ifixit","isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"Mzk1N2JlZjg2ZjdiZGRjMjliZTM0NTFlNWQ0YjA1YjFiYTVjNGU1NjYzZGY1ZjY1OTRhMGRmOTYzODRmNWJhOWZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3MzM2ODczNjI=","indexPrefix":"","indexNamesByObjectType":{"guide":["guide_en"],"post":["post_en"],"product_group":["product_group_en"],"searchpage":["searchpage_en"],"document":["document_en"],"wiki":["wiki_en"],"topic":["topic_en"],"topic_variant":["topic_variant_en"],"item":["item_en"],"product":["product_en_us"],"wp_searchable_posts":["wp_searchable_posts"]},"filtersByObjectType":{"product":"is_pro != 1"},"defaultDoctypes":["topic","product","product_group","guide","post","wiki","pages","news","document"]},"lang":"en","wikiid":25266,"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"5d40c31ab4a1cb9b5ec9bc3165dca2dd98d3137e\n","googleOAuth2Clientid":"622418919965-qcvbv04spukbdo9ut8pevt4pucmkp86o.apps.googleusercontent.com","googleOAuth2Domain":"","usernamePattern":"^[a-z][a-z0-9_]{2,14}$","maxMediaSize":100,"maxMediaLength":30,"videosEnabled":true,"strokeWidthMedium":5,"iconTimes":"<i class=\"svg-icon\" style=\"display: inline-flex; width: 16px; height: 16px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n<\/svg><\/i>","videoEncodings":{"MP4_720":{"column":"MP4_720","label":"480p","encoding":"mp4","width":720,"height":480,"codecs":"avc1.4D401E, mp4a.40.2","ffmpeg_args":"-vcodec libx264 -profile:v main -level 3.1 -crf 23 -acodec aac -vf format=yuv420p","mime":"video\/mp4","always_generate":true}},"FrameModules":["LoginFrameModule","ImageMenuFrameModule","MediaLibraryFrameModule","NotifyFrameModule","WatchFrameModule","NewsletterFrameModule","EditNavFrameModule","PageStatsFrameModule","ImageMarkersFrameModule","ImageCropFrameModule"],"gb":{"attributes":{"uniqueId":"127.0.0.1-","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"product-overview-reorder-sections","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"647ef094-a7c6-4dcc-adf4-d1c216286e6e","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Description First"},{"key":"1","name":"Compatibility First"}],"ranges":null,"name":"Product Overview Reorder Sections","phase":"0"}]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cross-sell-checkbox","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Individual Add To Cart Buttons"},{"key":"1","name":"CheckBoxes with one Add to Cart Button"}],"ranges":null,"name":"Show Cross Sell Checkbox","phase":"0"}]},"guide-collections":{"defaultValue":false,"rules":[]},"a-a-experiment-v7":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"experiment-v7","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"e7fad591-a03b-4c8a-b118-01c6a0cc96e0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"a-a-experiment-v7","phase":"0"}]},"show-consent-banner":{"defaultValue":false,"rules":[]}},"forcedVariations":[],"viewedExperiments":[],"forcedFeatures":[]},"isProduction":true,"isTest":false,"userPreferredStoreCode":"us","locale":"en_US","siteName":"ifixit","useSecureCookies":true,"sameSiteValue":"None","imageSizeWidths":{"mini":56,"thumbnail":96,"140x105":140,"200x150":200,"standard":300,"440x330":440,"medium":592,"large":800,"huge":1600},"shopifyCheckout":{"clientDetails":{"domain":"store.ifixit.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","apiVersion":"2024-01"},"ssoRoute":"https:\/\/www.ifixit.com\/User\/sso\/shopify\/us?checkout=1"},"facebookAppId":"401112919922369","piwikCustomDimensions":{"9":"Employee"}}; </script> <script type='text/javascript'> Object.entries(App.piwikCustomDimensions).forEach( ([key, value]) => { _paq.push(["setCustomDimensionValue", key, value]); } ); </script> </body> </html>