Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder

SKU: B09W232H7C
Regular price $34.97
In stock
Usually ships within 24 hours
Size
Ready to work out of the box!

All tools are delivered with essential accessories and easy-to-follow instructions. Unbox and start your projects with confidence!

Free shipping
100% secure payments
Industry leading quality
.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper {
position: relative;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper {
position: absolute;
width: 50%;
height: 100%;
top: 0;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: 50%;

}

html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: auto;
right: 50%;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color {
color: #fff;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-background {
padding: 20px;

}

.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic {
padding-bottom: 10px;

}

.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading {
padding-bottom: 20px;

}

.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description {
line-height: 1.5em;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background {
background: rgba(255,255,255,0.5);

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background {
background: rgba(0,0,0,0.5);

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item {
color: #fff;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container {
display: table;
height: 100%;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 40px;

}

html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 0px;
padding-right: 40px;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 40px;

}

html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 0px;
padding-left: 40px;

}

.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column {
display: table-cell;
vertical-align: middle;

}

(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-5-comparison-table-scroller').execute(function(init){
if (init) {
return;
}
P.register('premium-module-5-comparison-table-scroller', function(){
return function() {
P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) {
function initCompTable(module) {
/**
* Premium comparison table: popover trigger module
*/
var comparisonName = $(module).data('comparison-name');
(function() {
var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');
$additionalInfo.each(function(i, trigger) {
return popover.create(trigger, $(trigger).data());
});
$additionalInfo.hover(
function() {
$(this).focus();
}
);
})();
/**
* Premium comparison table: adjust column width module
*/
(function() {
var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */
var MIN_WIDTH = 230;
var getWidth = function() {
return $(this).outerWidth();
}
/* cache selectors */
var
$container = $('.aplus-v2 .comparison-table #'+comparisonName),
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),
$columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),

$activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');

/* Formula for determining desired column width */

var calculatedColumnWidth = Math.floor(
($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS

);

var childWidths = $activeColumn.map(getWidth).get();
var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));

var minColumnWidth = $columns.innerWidth();

/* set the min-width of each column to the calulated width or minWidth */
$columns.css(
'min-width',
Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth
? calculatedColumnWidth
: minColumnWidth))
);

$activeColumn.css('width', maxChildWidth);

/* show the component */
$container.removeClass('loading');

})();

/**
* Premium comparison table: sticky attribute & column

*/

(function() {
/* cache selectors */
const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);
const header = comparisonTable.querySelector('td.attribute');

const fixedColumn = comparisonTable.querySelector('td.active');

const attributeColumnObserver = new ResizeObserver((entries) => {
for (let entry of entries) {
const bounds = entry.target.getBoundingClientRect().width;
const activeCellWidth = window.getComputedStyle(fixedColumn).left;
if (bounds + "px" !== activeCellWidth) {
const activeCells = document.querySelectorAll('.aplus-data-column.active');

activeCells.forEach(cell => cell.style.left = bounds + "px");

}

}

})

attributeColumnObserver.observe(header)

})();

/**
* Premium comparison table: top scroll bar
*/
(function() {
/* cache selectors */
var
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),
$scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),
$scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),
$scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),
$scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');
/* confirm fixed column exists and can add width to the total width of the scroll bar */
var fixedColumnWidth = $fixedColumn.innerWidth();
if ( fixedColumnWidth === null ) {
fixedColumnWidth = 0;
}
/* set width of scrollBar */
$scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());
/* connect scrolls together */
$scrollWrapperTop.scroll(function() {
$scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());
});
$scrollWrapperBottom.scroll(function() {
$scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());
});
})();

}

$('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {
initCompTable(module);
});
});
}
});
});
}));

/**
* Premium-module 5: Comparision table - scroller

*/

.aplus-v2 .premium-aplus-module-5 h1 {
padding-bottom: 30px;

}

/* position column-headers relative to this table */
.aplus-v2 .premium-aplus-module-5 .table-container {
position: relative;
opacity: 1;

}

.aplus-v2 .premium-aplus-module-5 .table-container.loading {
opacity: 0;

}

.aplus-v2 .premium-aplus-module-5 .table-slider {
overflow-x: scroll;
overflow-y: visible;
width: 100%;

}

.aplus-v2 .premium-aplus-module-5 td.attribute {
min-width: 300px;
top: auto;
left: 0;
z-index: 100;

}

html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute {
right: 0px;
left: auto;

}

.aplus-v2 .premium-aplus-module-5 td.active-item,
.aplus-v2 .premium-aplus-module-5 th.active-item {
top: auto;
left: 300px;
z-index: 100;

}

html[dir="rtl"] .premium-aplus-module-5 td.active-item,
html[dir="rtl"] .premium-aplus-module-5 th.active-item {
left: auto;
right: 300px;

}

.aplus-v2 .premium-aplus-module-5 .attribute,
.aplus-v2 .premium-aplus-module-5 .active-item{
position: sticky;

}

.aplus-v2 .premium-aplus-module-5 table.a-bordered td,
.aplus-v2 .premium-aplus-module-5 table.a-bordered th {
background-color: #fff;

}

.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {
content: "?";
display: inline-block;
font-size: 12px;
position: relative;
bottom: 5px;

}

.aplus-v2 .premium-aplus-module-5 .product-title {
font-size: 15px;
padding: 10px 0;

}

.aplus-v2 .premium-aplus-module-5 .scroll-width {
overflow-x: scroll;
overflow-y: visible;

}

.aplus-v2 .premium-aplus-module-5 td.attribute.empty {
height: 300px;

}

.aplus-v2 .premium-aplus-module-5 .header-img {
padding-top: 10px;

}

/* Override default AUI .a-bordered table borders */
.aplus-v2 .premium-aplus-module-5 table.a-bordered {
border-width: 0;
border-color: #eaeaea;
border-style: solid;

}

/* Size the top scroller */
.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {
width: 100%;
height: 20px;
overflow-x: scroll;
overflow-y: visible;

}

.aplus-v2 .premium-aplus-module-5 .scroll-bar {
height: 1px;

}

.aplus-v2 .premium-aplus-module-5 .add-to-cart {
line-height: 1rem;
font-weight: normal;

}

.aplus-v2 .premium-aplus-module-5 .review {
font-size: 14px;

}

/**
* Premium modules global styles
*/
.aplus-v2.desktop {
max-width: 1464px;
min-width: 800px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
/* Undo this for tech-specs because it breaks table layout */

.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }

.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2

{ font-family: Arial, sans-serif; }

.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2

{ font-family: inherit; }

/* type */
.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }

.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }

/* spacing */
.aplus-v2 .aplus-container-1 { padding: 40px; }
.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }
.aplus-v2 .aplus-container-2 { padding: 80px; }

.aplus-v2 .aplus-container-3 { padding: 40px 0; }

/* Display */
.aplus-v2 .premium-aplus .aplus-display-table { display: table; }
.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }

.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }

/* Aplus display table with min-width 1000px and fill remaining space inside parent */

.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }

/**
* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.

*/

/**
* Premium-module 7: Video module - Text on right

*/

.aplus-v2 .premium-aplus-module-7 .video-panel-container,
.aplus-v2 .premium-aplus-module-7 .text-panel-container {
vertical-align: middle;
width: 50%;

}

.aplus-v2 .premium-aplus-module-7 .video-panel {
position: relative;

}

.aplus-v2 .premium-aplus-module-7 .video-placeholder {
padding-bottom: 75%; /* Aspect ratio 4:3 for video and image */

}

.aplus-v2 .premium-aplus-module-7 .video-container {
position: absolute;
top: 0;
width: 100%;
height: 100%;

}

.aplus-v2 .premium-aplus.premium-aplus-module-7 .title {
padding-bottom: 20px;

}































Spampur Power Tool Organizer

Power Tool Organizer for Tool Storage

2.0 Upgraded version

15- Min Fast Installation

Store 50+ Kinds of Tools

150 lbs Load-Bearing Capacity






.aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{
display:none;

}

#aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{
display:none;

}





{"enableFullScreenByDefault":false,"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","productId":"","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","producerId":"vsemetrics_playercards","eventType":"IVEVideoView"},"videoReferenceId":"sc|9183be4a-e7d2-4959-83b1-51282309c101|ATVPDKIKX0DER|A87WA3TVYXLRA","contentId":"B0D8T6PT2P","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"mimeType":"application/x-mpegURL","vendorCode":"APLUSSC","videoHeight":480,"videoWidth":854,"initialClosedCaptions":"en,https://m.media-amazon.com/images/S/vse-vms-closed-captions-artifact-us-east-1-prod/closedCaptions/e10998b1-1868-4c0e-a703-6857ed33f3ed.vtt","videoUrl":"https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/9f9c941e-2cd4-4f58-8b06-91df896a8f06/default.jobtemplate.hls.m3u8","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/I/81IEUun7OZL.jpg","needPlayerFactory":false,"isMobile":false,"showHotspots":false,"aciContentId":"amzn1.vse.video.010ea56ccb56474aa4ec836f96befc58","creatorType":"Seller","clientPrefix":"aplus-676527","productAsin":"B0D8T6PT2P","labelDetails":{"labelWeblabTreatment":"","labelWeblabName":"","labelType":"","tooltipSelector":"","labelName":"","showLabel":false},"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"140-5582518-4683147","refMarkers":"aplus-676527_ref","placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"A54E9B64D5CE48E3BF06","customerId":"0","sessionType":1},"videoTitle":"video","vendorName":"Merchant Video","nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.9","clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","videoAsin":"010ea56ccb56474aa4ec836f96befc58","producerId":"vsemetrics_playercards","refMarkers":"aplus-676527_ref","placementContext":"desktop_web.AplusWidget.aplusdp","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9"},"awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","productId":"","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","producerId":"vsemetrics_playercards","eventType":"IVEVideoView"},"initialVideo":"010ea56ccb56474aa4ec836f96befc58","shouldPreload":true,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-676527-player-b799c1c0-2a21-4e26-853b-d6a5c0d4a5b9","allowCrossOrigin":false,"requestMetadata":{"marketplaceId":"ATVPDKIKX0DER","clientId":"VSE-US","method":"desktop_web.AplusWidget.aplusdp","requestId":"A54E9B64D5CE48E3BF06","pageAsin":"","sessionId":"140-5582518-4683147"},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"aplus-676527","useAutoplayFallback":false,"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"140-5582518-4683147","refMarkers":"aplus-676527_ref","placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"A54E9B64D5CE48E3BF06","customerId":"0","sessionType":1},"ospLinkCode":"vse","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.9","clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","videoAsin":"010ea56ccb56474aa4ec836f96befc58","producerId":"vsemetrics_playercards","refMarkers":"aplus-676527_ref","placementContext":"desktop_web.AplusWidget.aplusdp","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"isReactFactory":false,"osaInstrumentationConfig":{"schemaId":"csa.VideoInteractions.2","producerId":"vsemetrics_csa_instrumentation"},"enableDelphiAttribution":true,"includeReportWidget":false,"shouldAutoplay":false}}


(javascript:void(0))

The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.




video

Merchant Video


(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/5156FexbFiL.js?AUIClients/VSEPlayer');

(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41hfXdtHKjL.js,11QfrzttlqL.js,91qahXPBdEL.js,01ELLYeIOkL.js_.js?AUIClients/Brila');

(function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-676527-player-b799c1c0-2a21-4e26-853b-d6a5c0d4a5b9-player-ps');});
//Please use below event to register FeedbackForm
P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {
A.trigger('vse:ns:player:aplus-676527:init', 'aplus-676527-player-b799c1c0-2a21-4e26-853b-d6a5c0d4a5b9-player-ps');
});
}));
















































Spampur Garage Storage Solution







Power Tool Organize Black

(/dp/B0B9XBGRKM?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Power Tool Organize Red

(/dp/B0C4YKFWBJ?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

PowerTool Holder Yellow

(/dp/B0C4YHW5Y6?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Power Tool Organize Green

(/dp/B0CKSSB4RX?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Power Tool Reck 8 Holders

(/dp/B0CPHLZJ2S?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Power Tool Rack 2 Pack

(/dp/B0BZYX246Y?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Power Tool Holder 2 Pack

(/dp/B0BKFQ377W?ref=emc_p_m_5_i_atc)

Add to Cart


logShoppableMetrics("premium-module-5-comparison-table-scroller", true)




Customer Reviews


.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.6 out of 5 stars 216



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.6 out of 5 stars 468



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.6 out of 5 stars 468



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.6 out of 5 stars 468



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.4 out of 5 stars 177



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.2 out of 5 stars 366



.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;

}


4.6 out of 5 stars 1,712





Price

$60.29$60.29
$59.99$59.99
$69.99$69.99
$59.99$59.99
$59.69$59.69
$59.99$59.99
$31.49$31.49



Material

Iron
Iron
Iron
Iron
Iron
Ironl
Iron



Tier

3
3
3
3
4
4
2



Number of Drill Holder

6
6
6
6
8
8
8



Color

Black
Red
Yellow
Green
Black
Black
Black



Featuer

Water proof+anti scratch
Water proof+anti scratch
Water proof+anti scratch
Water proof+anti scratch
Water proof+anti scratch
Water proof+anti scratch
Water proof+anti scratch






(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() });
}));


* 15- Min Fast Assembly: The installation process of the tool organizer is very easy, you just need to connect the gauge steel wire and plating with screws and hang it on the wall. We offer professional manuals and accessories. You only need a few minutes to assemble the perfect power tool rack for the workroom

* 2.0 Upgraded version: This wall-mounted power tool holder features the latest high-capacity design, with a tool organizer height of 12.2 inches that offers more space than other tool holders, 6.3-inch mid-tier tool storage that can hold more charging stations and large power tools, and a hammer holder, pliers holder are added to the side

* 150 lbs Load-Bearing Capacity: The drill holder wall mount is made of heavy compact steel metal. After load-bearing testing, the utility racks can support up to 150 pounds on sturdy walls. Never again worry about the shelf breaking or the tool rack falling from the wall up and down. Our power tool holder can hold your power tools of any weight

* Store 50+ Kinds of Tools: Our power tool storage rack is suitable for both indoor and outdoor use and compatible with pegboards. You can store your charging stations, batteries, toolboxes, drill bits, hammers, and other garage tools without any extra hassle

* After-sales Service: "Spampur" is a professional tool storage design and production company, specializing in storage rack systems. If you have any questions about our wall shelving, please feel free to contact us, We will provide you with a satisfactory solution

› See more product details (#productDetails)




Material
Alloy Steel


Color
Black


Special Feature
Paintable, Easy to Install, Removable, Waterproof, Washable


Product Dimensions
8"D x 15"W x 6"H


Shelf Type
Floating steel frame

Order by 2PM to get delivered next working day! We use 24 hours service with carriers in most cases so that you can get your order delivered on time.

There is €4.99 charge for delivery under €50 Orders. Additional charges will be imposed by our couriers for delivery to remote area, a surcharge may be levied to cover carriage to these areas.

Your product is covered by a 12 month Warranty or more if you opted for the extended warranty. Make sure you register your product.

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)

Buy in bulk

Variant Quantity Price Total
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
3 Shelves 4 Slots B09W232H7C
Regular price $34.97
$0.00
Regular price $34.97
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
2 Layers 8 Slots B0BKFQ377W
Regular price $44.09
$0.00
Regular price $44.09
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
3 Shelves 4 Slots-2pk B0CJNMZKV6
Regular price $59.49
$0.00
Regular price $59.49
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
3 shelves 7 slots B0B3DL2V5D
Regular price $59.84
$0.00
Regular price $59.84
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
3 Shelves 6 Slots B0D8T4Q8S9
Regular price $44.79
$0.00
Regular price $44.79
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
‎3 Tier 8 slots B0C77XQP2W
Regular price $39.19
$0.00
Regular price $39.19
$0.00
Power Tool Organizer for Tool Storage, Drill Holder Wall Mount with Charging Station, Tool Holder and Storage Rack for Garage Organization, Heavy Duty Metal Tool Shelf with Battery Holder
3 Shelves 8 Slots B0D8T66BMD
Regular price $59.49
$0.00
Regular price $59.49
$0.00
View cart
0 Total items
$0.00

Product subtotal