Makita XRU15PT1 36V (18V X2) LXT Brushless String Trimmer Kit with 4 Batteries (5.0Ah) : Patio, Lawn & Garden

Share on:

Price USD:*

Quantity:

Description

Adding this item won't require you to purchase the product. You can easily remove it from your cart if you decide not to buy it. Landscapers are demanding more cordless alternatives to gas-powered outdoor power equipment. Makita is meeting demand with an expanding line-up of cordless OPE, including the 18V X2 (36V) LXT Brushless Cordless String Trimmer Kit (model XRU15PT1). With zero emissions, lower noise and considerably less maintenance than gas-powered string trimmers, the 18V X2 (36V) LXT Cordless String Trimmer is a welcome solution for landscapers. It's powered by two fast-charging 18V LXT Batteries for maximum power and run time, but without leaving the strongly-preferred 18V battery platform. Electronic controls efficiently use battery energy to match the changing demands of the application for increased power and speed when needed. In addition, the string trimmer rotates in the same counter-clockwise direction as professional-grade trimmers, and uses industry standard spindles (M10x1. 25 LH) for added convenience. With the efficient Makita BL brushless motor, the trimmer delivers longer run time, more power and speed, and longer tool life. Makita's efficient BL Brushless motor is electronically controlled to optimize battery energy use for up to 50% longer run time per battery charge than similar non-brushless tools. The XRU15PT features a Makita-built Outer Rotor Brushless Motor with direct drive which provides high power and increased torque. The String Trimmer features Makita Extreme Protection Technology (XPT). XPT is a protective seal inside the tool, and is engineered for improved operation in harsh conditions by channeling water and dust from key internal components. It’s part of Makita’s expanding 18V LXT System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita 18V Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versatility, the tool can also be powered by Makita 18V LXT and compact Lithium-Ion Batteries with the star symbol on the battery indicating star protection inside. Makita XRU15PT1 36V (18V X2) LXT Brushless String Trimmer Kit with 4 Batteries (5.0Ah)Found a lower price? Let us know. Although we can't match every price reported, we'll use your feedback to ensure that our prices remain competitive. Store (Offline) Store name: City: State: Please select province Please select province Price: ($) Date of the price: 01 02 03 04 05 06 07 08 09 10 11 12 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 / Please sign in to provide feedback. Submit Feedback P.when("A", "a-modal", "ready").execute(function (A, modal) { var $ = A.$; var instance; var title = $("#modalHeader").val(); A.declarative("pricingFeedback-modal-button", "click", function (event) { if (!instance) { var options = { name: "pricingFeedback-modal-content", dataStrategy: "preload", }; instance = modal.create(event.$target, options); } instance.update({ "header": title, "width": "550" }).lock().show(); }); }); P.when('A', 'ready').execute(function (A) { var $ = A.$; var csrf = $("#aapiCsrfToken").val(); var productPrice = $("#priceValue").val(); var hostname = $("#absoluteUrlPrefix").val(); var customerId = $("#customerId").val(); var isCustomerRecognized = ($("#isCustomerLoggedIn").val() === 'true'); var isCurrentGlOnlineOnly = ($("#isCurrentGlOnlineOnly").val() === 'true'); var asin = $("#asin").val(); var marketplaceId = $("#marketplaceId").val(); var country = $("#countryCode").val(); var offlineStoresList = $("#offlineStoresList").val(); var statesList = $("#statesList").val(); var errorMessages = { errorNoRetailerType: $("#errorNoType").val(), errorBadPrice: $("#errorBadPrice").val(), errorBadPriceShipping: $("#errorBadPriceShipping").val(), errorInvalidUrl: $("#errorInvalidUrl").val(), errorSubmission: $("#errorSubmission").val(), errorEmptyFields: $("#errorEmptyFields").val(), thankFeedback: $("#thankFeedback").val() }; var feedbackFormContent = document.querySelector('#feedbackForm'); var signUpContainer = document.querySelector('#signUpForm'); var feedbackFormFinalStateContainer = document.querySelector('#feedbackFormFinalState'); var states = JSON.parse(statesList); var offlineStores = JSON.parse(offlineStoresList); var offlineStoresEnabled = !isCurrentGlOnlineOnly; var currentDate = getCurrentDay(); var currentMonth = getCurrentMonth(); var currentYear = getCurrentYear(); if (isCustomerRecognized) { feedbackFormContent.style['display'] = 'block'; feedbackFormFinalStateContainer.style['display'] = 'block'; signUpContainer.style['display'] = 'none'; var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var offlineStateSelect = document.querySelector('#offlineState'); var offlineStoreSelect = document.querySelector('#offlineStoreNameList'); var submitButton = document.querySelector('#pricingFeedback_submit'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineRadioContainer = document.querySelector('#offlineRadioContainer'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var loadingGifDiv = document.querySelector('#loading'); setCalenderOrderBasedOnCountry(country); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); createPermalinkContainer(asin, hostname); for (let state of states) { var option = document.createElement('option'); option.setAttribute('value', state['value']); option.innerText = state['name']; offlineStateSelect.appendChild(option); } for (let store of offlineStores) { var option = document.createElement('option'); option.setAttribute('value', store); offlineStoreSelect.appendChild(option); } $("#pricingFeedback_onlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'table'; offlineStoreInputForm.style['display'] = 'none'; }); $("#pricingFeedback_offlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'table'; }); if (!offlineStoresEnabled) { offlineRadioContainer.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; } $("#pricingFeedback_submit").click(function () { var feedbackSubmitted = submitFeedback( customerId, marketplaceId, asin, productPrice, onlineStoreInputForm, offlineStoreInputForm, onlineUrl.value, onlinePriceRaw.value, onlineShippingRaw.value, onlineDay.value, onlineMonth.value, offlineStoreName.value, offlineCity.value, offlineState.value, offlinePriceRaw.value, offlineDay.value, offlineMonth.value, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ); if (feedbackSubmitted !== null && !feedbackSubmitted) { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); } }); A.on("a:popover:beforeHide:pricingFeedback-modal-content", function (data) { resetModalToInitialState(currentMonth, currentDate, currentYear); }); } else { feedbackFormContent.style['display'] = 'none'; feedbackFormFinalStateContainer.style['display'] = 'none'; signUpContainer.style['display'] = 'block'; var authPortalLink = getAuthenticationPageURL(asin, hostname); $("#signUpForm").one("click", function () { window.location = encodeURI(authPortalLink); }); } function setCalenderOrderBasedOnCountry(country) { var monthSections = document.getElementsByClassName('monthSection'); var daySections = document.getElementsByClassName('daySection'); var yearSections = document.getElementsByClassName('yearSection'); var firstDelimiters = document.getElementsByClassName('firstDelimiter'); var secondDelimiters = document.getElementsByClassName('secondDelimiter'); if (country === 'US') { for (let i = 0; i < 2; i++) { (monthSections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (daySections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } else if (country === 'JP') { for (let i = 0; i < 2; i++) { (yearSections[i]).style['order'] = '-1'; (secondDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (firstDelimiters[i]).style['order'] = '2'; (daySections[i]).style['order'] = '3'; } } else { for (let i = 0; i < 2; i++) { (daySections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } } function createPermalinkContainer(asin, hostname) { var permalinkHref = getPermalink(hostname, asin); var permalinkContainer = document.querySelector('#permalink'); var permalink = document.createElement('a'); permalink.setAttribute('href', permalinkHref); permalink.innerText = permalinkHref; permalinkContainer.append(permalink); } function getPermalink(server, asin) { return server + '/dp/' + asin; } function triggerPricingFeedback( customerId, marketplaceId, asin, price, retailerType, retailerUrl, retailerName, retailerCity, retailerState, retailerPrice, retailerShipping, sampleDate ) { var dataCart = { ourPrice: parseInt(price), retailer: { type: retailerType, name: retailerName, city: retailerCity, state: retailerState, price: parseInt(retailerPrice), shippingCost: parseInt(retailerShipping), url: retailerUrl }, date: sampleDate + "T00:00:00.102Z" }; return new Promise((resolve, reject) => { A.$.ajax($("#aapiEndpoint").val() + "/api/marketplaces/" + marketplaceId + "/products/" + asin + "/feedback/pricing", { type: 'POST', headers: { 'Accept-Language': 'en-US', 'Accept': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing/v1"', 'Content-Type': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing.request/v1"', 'x-api-csrf-token': csrf }, data: JSON.stringify(dataCart), xhrFields: { withCredentials: true }, success: function (responseContent) { $("#pricingFeedback_thankcontent").innerText = "Success! " + responseContent.toString(); resolve(); }, error: function (err) { $("#pricingFeedback_thankcontent").innerText = "Error! " + err.toString(); reject(); } }) }) } function getAuthenticationPageURL(asin, hostname) { return hostname + '/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/dp//'; } function getCurrentDay() { var date = new Date(); return date.getDate().toString(); } function getCurrentMonth() { var date = new Date(); return (date.getMonth() + 1).toString(); } function getCurrentYear() { var date = new Date(); return date.getFullYear().toString(); } function setInitialStates(onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar) { onlineMonth.defaultValue = currentMonth; offlineMonth.defaultValue = currentMonth; onlineDay.defaultValue = currentDate; offlineDay.defaultValue = currentDate; onlineYear.defaultValue = currentYear; offlineYear.defaultValue = currentYear; var onlineMonthOption = document.querySelector('#onlineMonthOptionDefault'); onlineMonthOption.innerText = currentMonth; var onlineMonthPrompt = document.querySelector('#onlineMonthPrompt'); onlineMonthPrompt.innerText = currentMonth; var offlineMonthOption = document.querySelector('#offlineMonthOptionDefault'); offlineMonthOption.innerText = currentMonth; var offlineMonthPrompt = document.querySelector('#offlineMonthPrompt'); offlineMonthPrompt.innerText = currentMonth; var onlineDateOption = document.querySelector('#onlineDateOptionDefault'); onlineDateOption.innerText = currentDate; var onlineDayPrompt = document.querySelector('#onlineDatePrompt'); onlineDayPrompt.innerText = currentDate; var offlineDateOption = document.querySelector('#offlineDateOptionDefault'); offlineDateOption.innerText = currentDate; var offlineDayPrompt = document.querySelector('#offlineDatePrompt'); offlineDayPrompt.innerText = currentDate; var onlineYearOption = document.querySelector('#onlineYearOptionDefault'); onlineYearOption.setAttribute('href', currentYear); onlineYearOption.innerText = currentYear; var onlineYearPrompt = document.querySelector('#onlineYearPrompt'); onlineYearPrompt.innerText = currentYear; var offlineYearOption = document.querySelector('#offlineYearOptionDefault'); offlineYearOption.setAttribute('href', currentYear); offlineYearOption.innerText = currentYear; var offlineYearPrompt = document.querySelector('#offlineYearPrompt'); offlineYearPrompt.innerText = currentYear; if (onlineMonth.children && offlineMonth.children && onlineDay.children && offlineDay.children) { onlineMonth.children[currentMonth].setAttribute('selected', currentMonth); offlineMonth.children[currentMonth].setAttribute('selected', currentMonth); onlineDay.children[currentDate].setAttribute('selected', currentDate); offlineDay.children[currentDate].setAttribute('selected', currentDate); } onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; enableOfflineStoreRadio.checked = false; enableOnlineStoreRadio.checked = false; if (onlineCalendar.style && offlineCalendar.style) { onlineCalendar.style['display'] = 'flex'; offlineCalendar.style['display'] = 'flex'; } } function submitFeedback( customerId, marketplaceId, asin, price, onlineStoreInputForm, offlineStoreInputForm, onlineUrl, onlinePriceRaw, onlineShippingRaw, onlineDay, onlineMonth, offlineStoreName, offlineCity, offlineState, offlinePriceRaw, offlineDay, offlineMonth, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ) { errorDiv.innerHTML = ''; let cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, cleanRetailerPrice, cleanRetailerShipping, cleanSampleDate; var currentYear = getCurrentYear(); if (onlineStoreInputForm.style['display'] === 'table') { var onlineValidity = validateOnlineInputs(onlineUrl, onlinePriceRaw, onlineShippingRaw, errorMessages); if (onlineValidity.valid) { cleanRetailerType = 'ONLINE'; cleanRetailerUrl = truncate(trim(onlineUrl), 300); cleanRetailerPrice = trim(onlinePriceRaw); cleanRetailerShipping = trim(onlineShippingRaw); if (!cleanRetailerShipping) { cleanRetailerShipping = '0'; } cleanSampleDate = formatDate( currentYear, onlineDay ? onlineDay : getCurrentDay(), onlineMonth ? onlineMonth : getCurrentMonth() ); } else { if (onlineValidity.error) { errorDiv.innerHTML = getErrorDiv(onlineValidity.error); } return null; } } else if (offlineStoreInputForm.style['display'] === 'table') { var offlineValidity = validateOfflineInputs( offlineStoreName, offlineCity, offlineState, offlinePriceRaw, errorMessages ); if (offlineValidity.valid) { cleanRetailerType = 'OFFLINE'; cleanRetailerName = truncate(trim(offlineStoreName), 100); cleanRetailerCity = truncate(trim(offlineCity), 100); cleanRetailerState = truncate(trim(offlineState), 100); cleanRetailerPrice = trim(offlinePriceRaw); cleanRetailerShipping = '0'; cleanSampleDate = formatDate( currentYear, offlineDay ? offlineDay : getCurrentDay(), offlineMonth ? offlineMonth : getCurrentMonth() ); } else { if (offlineValidity.error) { errorDiv.innerHTML = getErrorDiv(offlineValidity.error); } return null; } } else { errorDiv.innerHTML = getErrorDiv(errorMessages.errorNoRetailerType); return null; } loadingGifDiv.innerHTML = getLoadingGifDiv(); if (price) price = parseFloat(price); return triggerPricingFeedback( customerId, marketplaceId, asin, price, cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, parseFloat(cleanRetailerPrice), parseFloat(cleanRetailerShipping), cleanSampleDate ) .then(response => { errorDiv.innerHTML = ''; thankYouDiv.innerHTML = getThankYouDiv(errorMessages.thankFeedback); submitButton.style.display = 'none'; return response; }) .catch(err => { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); return null; }); } function validateOnlineInputs(url, onlinePrice, onlineShipping, errorMessages) { if (isEmptyValue(url) || isEmptyValue(onlinePrice)) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isValidUrl(url)) { return { valid: false, error: errorMessages.errorInvalidUrl }; } else if (!isNumericPrice(onlinePrice) || (!isEmptyValue(onlineShipping) && !isNumericPrice(onlineShipping))) { return { valid: false, error: errorMessages.errorBadPriceShipping }; } return { valid: true, error: null }; } function validateOfflineInputs(offlineStoreName, offlineCity, offlineState, offlinePrice, errorMessages) { if ( isEmptyValue(offlineStoreName) || isEmptyValue(offlineCity) || isEmptyValue(offlineState) || isEmptyValue(offlinePrice) ) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isNumericPrice(offlinePrice)) { return { valid: false, error: errorMessages.errorBadPrice }; } return { valid: true, error: null }; } function getErrorDiv(errorMsg) { return ( '\n' + ' ' + errorMsg + '\n' + ' ' ); } function getThankYouDiv(thankMsg) { return ( '' + '' + thankMsg + '\n' + '' ); } function getLoadingGifDiv() { return ''; } function isValidUrl(url) { if (!url) { return false; } var encodedUrl = encodeURI(url); return encodedUrl.match( /^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/ ); } function isNumericPrice(price) { if (!price) { return false; } return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/); } function isEmptyValue(input) { return !input || input.length === 0 || input.match(/^\s*$/); } function truncate(input, length) { if (!input) { return ''; } else { return input.substr(0, length); } } function formatDate(year, date, month) { return year + '-' + month + '-' + date; } function trim(input) { if (!input) { return ''; } else { return input.trim(); } } function resetModalToInitialState(currentMonth, currentDate, currentYear) { var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var submitButton = document.querySelector('#pricingFeedback_submit'); var loadingGifDiv = document.querySelector('#loading'); var stateDefaultOption = document.querySelector('#stateDefaultOption'); var stateDefaultPrompt = document.querySelector('#stateDefaultPrompt'); if (thankYouDiv) { thankYouDiv.innerHTML = ''; } if (errorDiv) { errorDiv.innerHTML = ''; } if (loadingGifDiv) { loadingGifDiv.innerHTML = ''; } if (submitButton) { submitButton.style.display = 'block'; } onlineUrl.value = ''; onlinePriceRaw.value = ''; onlineShippingRaw.value = ''; offlineStoreName.value = ''; offlineCity.value = ''; offlineState.value = ''; offlinePriceRaw.value = ''; stateDefaultOption.innerHTML = $("#selectProvince").val(); stateDefaultPrompt.innerHTML = $("#selectProvince").val(); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); } }); .ask-product-docs-expander-content { padding-left: 0; margin-top: 0; } Product guides and documents Installation Manual (PDF) User Guide (PDF) if(window.mix_csa){window.mix_csa('[cel_widget_id="posts-dp-same-brand-desktop-card_DetailPage_2"]', '#CardInstance0hZXv2Bl8w2t4j1U-gyDxg')('mark', 'bb')} if(window.uet){window.uet('bb','posts-dp-same-brand-desktop-card_DetailPage_2',{wb: 1})} ._posts-dp-same-brand-desktop-card_style_post-carousel-title__3JXTT{color:#c60;font-size:16px;font-weight:700;margin-bottom:8px;padding-bottom:0}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-info-container__3jzC4{margin-bottom:12px;margin-left:40px;overflow:hidden;position:relative}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-logo-container__2l11B{display:inline-block;margin-right:10px}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-logo__2fCkZ{border:1px solid hsla(0,0%,7%,.08);border-radius:50%;height:48px;vertical-align:middle;width:48px}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name-container__1tpRW{display:inline-block;line-height:1em;padding-right:3px;vertical-align:middle}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name-container__1tpRW>a{display:block}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name-container-long__3hF-7{width:360px}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name-container-truncated__3H5U-{width:180px}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-follow-container__3FO-Z{display:inline-block;line-height:48px;margin-left:10px}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name__FFo4L{color:#0f1111;font-size:14px;font-weight:700}._posts-dp-same-brand-desktop-card_style_post-carousel-brand-name-link__2jTxP{font-size:14px}._posts-dp-same-brand-desktop-card_style_post-carousel-image__3gSWF{height:240px;-o-object-fit:cover;object-fit:cover;width:240px}._posts-dp-same-brand-desktop-card_style_post-carousel-image-caption-container__3r3cy{height:56px;padding:10px 10px 8px}._posts-dp-same-brand-desktop-card_style_post-carousel-image-caption__m9Zm8{color:#0f1111;font-size:13px}._posts-dp-same-brand-desktop-card_style_post-same-brand-container__3N012{margin-bottom:24px;margin-top:20px}._posts-dp-same-brand-desktop-card_style_post-carousel-container__1-a11{margin-bottom:32px}._posts-dp-same-brand-desktop-card_style_post-carousel-container__1-a11 ._posts-dp-same-brand-desktop-card_style_a-carousel-header-row__1ghsK{border:1px solid hsla(0,0%,7%,.08)}._posts-dp-same-brand-desktop-card_style_post-carousel-element-container__OrvFN{border:1px solid hsla(0,0%,7%,.08);border-radius:4px;width:240px} ._posts-dp-same-brand-desktop-card_style_brand-follow-button__GQPgx{background:#fff;border-color:#879596;border-radius:4px;border-width:.1em;box-shadow:none;color:#373e37;font-size:13px;height:32px;line-height:16px;white-space:nowrap;width:100px} Inspiration from this brandMakita Power Tools Visit the Store on Amazon + Follow Previous pageThe 36V (18V X2) LXT® Brushless 2.1 Gal. HEPA Filter Dust Extractor/Vacuum with AWS® (XCV21PTU) delivers up to 80 minutes of continuous run time on a single charge using two 18V LXT® 5.0Ah batteries. The powerful Makita-built brushless motor delivers120 CFM and 44” water lift of suction for fast and efficient cleaning. The XCV22PTU features a three-stage HEPA filtration system which captures 99.97% of particulates .3 microns and larger. The motor chamber is constructed with sound-absorbing materials for lower noise (only 64dB(A)). It features the Auto-start Wireless System (AWS®) utilizes Bluetooth® technology for wireless power-on/off communication between tool and dust extractor. The vacuum comes equipped with cleaning accessories; anti-static hose (1-1/4" x 8'), aluminum telescoping wand and 12-1/2" floor nozzle for janitorial and construction applications. Added features include an oversized on-off switch, variable speed control dial, and dual L.E.D. battery indicators. A large rubber bumper helps prevent damage to the work environment and a locking cover protects the batteries. Rear casters with locking levers prevent the vacuum from moving. A removable storage box holds attachments and batteries. It is equipped with Extreme Protection Technology (XPT™), which is engineered for improved dust and water resistance for operation in harsh job site conditions. It’s part of Makita’s expanding 18V LXT® System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita® 18V LXT® Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is a communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging, and overheating. For increased versatility, the tool can also be powered by Makita® 18V LXT® Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside.With zero emissions, lower noise & maximum versatility, the 18V LXT® Brushless Cordless Couple Shaft Power Head is a welcome solution for a range of trimming and cutting applications. It’s powered by the Makita 18V LXT® Battery for maximum performance & run time without the hassles of gas & without leaving the 18V battery platform. The Power Head features a lever-style lock system for quick tool-less installation & replacement of attachments. It is compatible with a variety of attachments for trimming, edging, cultivating, & brush cutting. The Makita-built brushless motor delivers up to 9,700 RPM. The motor is electronically controlled to optimize battery energy use for up to 50% longer run time per battery charge than similar non-brushless tools. The brushless motor runs cooler and more efficiently for longer life and electronic controls efficiently use battery energy to match the changing demands of the application for increased power and speed when needed. Added features include a variable speed trigger, and reverse (clockwise) rotation system that allows the operator to quickly clear the brush cutter head of entangled weed and grass. It features Makita Extreme Protection Technology (XPT™). XPT™ is a protective seal inside the tool. It is designed to improve a tool’s operation in harsh conditions by channeling water and dust from key internal components. It’s part of Makita’s expanding 18V LXT® System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita® 18V LXT® Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versatility, the tool can also be powered by Makita® 18V LXT® Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside.Makita® Air Compressors are favorites for their faster recovery time, lower noise, longer tool life, and consistent performance. Compressors are workhorse tools on the job site and in the work shop. The Makita® ½ HP 1 Gallon Compact, Oil-Free, Electric Air Compressor (MAC100Q) features a Quiet Series Design, combining strong performance with lower noise. At only 58 dBA, it’s ideal for indoor use during case and base installation, trim and finish carpentry, cabinet or furniture making, and more. The MAC100Q runs at a lower RPM, resulting in longer motor and pump life. It is powered by an efficient 1/2 horsepower induction motor that provides up to 135 PSI. It also features a lightweight design (only 25.5 lbs.) for increased portability. The roll-cage construction provides added protection for the pump and motor assembly during transportation, in storage, and on the job site. Additional features include a low AMP draw that reduces the incidents of tripped breakers at start-up, as well as an oil-free dual-piston pump designed for maintenance-free operation.The 18V LXT® Variable Temperature Heat Gun is a cordless solution for plumbers, electricians, glaziers, auto mechanics, general contractors, and anyone who needs a portable heat source (XGH02ZK, Tool Only). It offers over 21 minutes of continuous runtime with an 18V LXT® 6.0Ah Battery (sold separately), has a variable temperature of up to 1,022°F, and a variable air flow of 4.2 to 7.1 CFM. It is a cordless solution for a wide range of applications including vehicle wraps and tinting, stripping lacquer, paint, and varnish, thawing frozen pipes, loosening tile and putty, re-melting adhesive, removing stickers, waxing, and de-waxing, bending plastic pipes, or sheets, and more. Convenience features include a trigger switch that features lock-on and lock-off functions, an L.E.D. light to illuminate the work area, a rubberized soft grip provides increased user comfort, and a compact and ergonomic design at only 6-5/8" long. It weighs only 2.9 lbs. with the 6.0Ah battery installed (sold separately). It’s part of Makita’s expanding 18V Lithium-Ion system, the world’s largest cordless tool system powered by 18V Lithium-Ion slide-style batteries. Makita 18V Lithium-Ion batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is a communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging, and overheating. For increased versatility, the tool can also be powered by Makita 18V LXT® and Compact Lithium-Ion batteries with the star symbol on the battery indicating Star Protection inside.The Makita 45 lb. Demolition Hammer (HM1512) has a powerful 15 AMP motor that delivers 35.7 ft.lb. of impact energy to handle demanding concrete applications. This demolition hammer features Anti-Vibration Technology (AVT®), an internal counterbalance system along with vibration-absorbing handles that work together to reduce vibration. The in-line body design is better adapted for working in narrow spaces and provides improved balance for maneuverability. The Soft Start feature suppresses start-up reaction for smoother starts and better accuracy. The demolition hammer has dust extraction capability with the optional dust extraction kit (sold separately). The hex-style chuck accepts 1-1/18 in. steel bits.There is growing demand for cordless alternatives to gas-powered outdoor power equipment. Makita is meeting demand with an expanding line of cordless OPE, including the 18V LXT® 12” Top Handle Chain Saw Kit (XCU10). With zero emissions, lower noise, and considerably less maintenance than gas-powered chain saws, the XCU10 is a welcome solution for cutting and trimming applications. The compact top-handle design makes it ideal for the professional tree care industry. Powered by one 18V LXT® Battery, the chain saw is easy to start by simply loading the 18V LXT® Lithium-Ion Battery and powering on. It has zero emissions and reduced maintenance: there's no engine oil to change, no spark plug to replace, no air filter or muffler to clean, and there's no need to drain the fuel for storage. With the Makita® Outer Rotor Brushless Motor with direct-drive system, users get high power efficiency. It provides power equivalent to a 22cc gas chain saw. The chain saw provides up to 150 cuts in 2x2 cedar with an 18V LXT 4.0Ah Battery. Features include Torque boost mode to cut through dense material. Other convenience features include adjustable automatic chain lubrication, captured bar nut and lateral chain tensioning for convenient operation and maintenance, large oil filling port with view window, and more. It’s part of Makita’s expanding 18V LXT System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita® 18V Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is a communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging, and overheating. For increased versatility, the tool can also be powered by Makita 18V LXT® and Compact Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside. Shop the XCU10SM1 Chain Saw Kit or XCU10Z Chain Saw, Tool Only.This Brushless Cordless Drywall Sander Kit delivers increased efficiency and mobility for drywall finishers, and is AWS™ capable. The compact and lightweight design make the XLS01 easier to use for extended periods of time. The XLS01T delivers up to 35 minutes of run time on a single charge of an 18V 5.0Ah battery. Users can match the speed to the application with a variable speed control dial (1,000 - 1,800 RPM), and Constant Speed Control automatically provides additional power to the motor to maintain speed under load for consistent performance. The large highly flexible head is engineered for efficient for increased maneuverability across various wall orientations. The direct-drive BL™ Brushless Motor eliminates carbon brushes, enabling the motor to run cooler and more efficiently for longer life. The adjustable extension pipe collapses for sanding in confined spaces, such as closets, and extends up to 16-1/2” for reaching high walls and ceilings. The dust brush is removable for seamless flush-to-corner edge sanding. For improved efficiency, it’s equipped with Auto-Start Wireless System technology (AWS™). AWS utilizes Bluetooth® technology for wireless communication between the tool and dust extractor (sold separately). When the trigger of the AWS-equipped XLS01 is engaged, the AWS-equipped dust extractor powers-up. When the trigger is released, the dust extractor powers-down. AWS is intelligent communication that eliminates cords and excessive noise since the dust extractor runs only when the tool is running. It’s part of Makita’s expanding 18V LXT® system, the world’s largest cordless tool system powered by 18V lithium-ion batteries. Makita® 18V Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versaBring the music along with the Outdoor Adventure™ 18V LXT® Bluetooth® Speaker (ADRM08). Enjoy your favorite tunes and have the power to go anywhere with this versatile and durable mobile sound station. It delivers rich sound from a powerful woofer and tweeter combo across a wide range and is equipped with Bluetooth® to wirelessly connect to mobile devices. In addition, it has one auxiliary port for MP3 compatibility and one USB port for charging mobile devices. For maximum versatility, it can be powered by Makita 12V max CXT® or 18V LXT® Lithium-Ion batteries (batteries and charger not included). For improved operation in harsh outdoor conditions, it features water and dust-resistant construction, with protective bumpers for added durability. The Speaker has a convenient carry handle on the top for easy portability. Get outside with Outdoor Adventure, a new series of cordless products that operate within the LXT® system. Outdoor Adventure Products feature advanced technology, delivering maximum performance and efficiency for the outdoors. Makita offers hundreds of products within the 18V LXT® system so you can create your own adventure. It’s part of Makita’s expanding 18V Lithium-Ion System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita 18V LXT® Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger.The XDT18 is a fastening solution with significantly less weight. The 18V Sub-Compact Impact Driver offers the size and weight of lower voltage tools, but with the performance, power, and compatibility of 18-Volt. It has an efficient brushless motor with two speed settings and dual L.E.D. lights illuminate the work area. The innovative Assist Mode (A-mode) helps eliminate "screw cam-out" and "cross threading" by driving at low speed until tightening begins and is ideal for driving longer fasteners. It delivers 1,240 in.lbs. of Max Torque. At only 5-1/4 in. and 2.6 lbs. (with 2.0Ah battery), it is a fastening solution with superior comfort and handling. It’s part of Makita’s expanding 18V LXT System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita® 18V LXT Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versatility, the tool can also be powered by Makita 18V LXT Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside. Get the XDT18SY1B Sub-Compact Brushless Cordless Impact Driver Kit, or the XDT18ZB Sub-Compact Brushless Cordless Impact Driver (Tool Only) today for a compact, ergonomic fastening solution.Landscapers and contractors are demanding more cordless alternatives to gas-powered outdoor power equipment. Makita is meeting demand with an expanding line of cordless OPE, including the 36V (18V X2) LXT® Brushless 16” Chain Saw (XCU04). With zero emissions, lower noise, and considerably less maintenance, the XCU04 is a welcome solution for cutting and trimming applications. It’s powered by two 18V LXT® 4.0Ah Batteries for maximum power, speed and run-time. And with the efficient Makita® outer rotor brushless motor with direct drive system, users get high power efficiency that is equivalent to a 32cc gas chain saw. The XCU04 has a 16” guide bar and the Makita-built outer rotor brushless motor direct drive system motor with variable speed delivers 0-3,940 FPM for increased cutting speed. It has zero emissions and reduced maintenance: there's no engine oil to change, no spark plug to replace, and no air filter or muffler to clean. And there's no need to drain the fuel for storage. Simply pick it up, load two 18V LXT® Lithium-Ion Batteries, and the saw is ready to use. Convenience features include a tool-less chain adjustments, a front hand guard engineered to actuate chain brake when engaged, an electric brake for maximum productivity, and more. It’s part of Makita’s expanding 18V LXT System, the world’s largest cordless tool system powered by 18V lithium-ion slide-style batteries. Makita® 18V LXT® Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versatility, the tool can also be powered by Makita® 18V LXT® Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside.Makita® Polishers are preferred by automotive detailers and marine enthusiasts, and the 18V LXT® Brushless Cordless 5" / 6" Dual Action Random Orbit Polisher Kit (XOP02T) is packed with enhanced features for consistent performance, job after job. The dual action control offers “random orbit with forced rotation” or “random orbit with free rotation”, and the variable speed control dial has five speed settings so users are able to set the speed and action to the application. The cordless design eliminates the hassle of cord management and accidental marring of delicate surfaces. Additional performance features include an electronic controller that automatically applies additional power to maintain constant speed, even under load, and also provides soft start for smoother start-ups and longer gear life. It is ideal for commercial-duty polishing applications. The BL™ Brushless Motor eliminates carbon brushes, enabling the motor to run cooler and more efficiently for longer life. It’s part of Makita’s expanding 18V LXT® system, the world’s largest cordless tool system powered by 18V lithium-ion batteries. Makita® 18V Lithium-Ion Batteries have the fastest charge times in their categories, so they spend more time working and less time sitting on the charger. For improved tool performance and extended battery life, Makita created Star Protection Computer Controls™. Star Protection is communication technology that allows the Star Protection-equipped tool and battery to exchange data in real time and monitor conditions during use to protect against overloading, over-discharging and overheating. For increased versatility, the tool can also be powered by Makita® 18V LXT® and Compact Lithium-Ion Batteries with the star symbol on the battery indicating Star Protection inside.Get fresh brewed coffee wherever your travels take you with the Outdoor Adventure™ 18V LXT® Coffee Maker (ADCM501Z). No paper filters are needed, just your favorite ground coffee or single-serve pack. It will brew up to three five-ounce cups of coffee on a single charge of an 18V LXT® 5.0Ah battery (sold separately). Get outside with Outdoor Adventure, a new series of cordless products that operate within the LXT® system. Outdoor Adventure Products feature advanced technology, delivering maximum performance and efficiency for the outdoors. Makita offers hundreds of products within the 18V LXT® system so you ca

Product Overview