Sale!

DeWalt DCF860B 20V MAX XR Brushless 3-Speed High Torque 1/4 in. Impact Driver With (2) 20V MAX 5.0Ah Batteries

Original price was: $468.00.Current price is: $278.00.

SKU: dewalt-dcf860b-20v-max-xr-brushless-3-speed-high-torque-1-4-in-impact-driver-with-2-20v-max-5-0ah-batteries Category: Tag:

DEWALT 20V MAX XR Brushless High Torque Impact Driver + 2×5.0Ah Battery Bundle | DCF860B + DCB205-2

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; font-size: 16px; line-height: 1.7; color: #1a1a1a; background: #fff; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── Accordion ── */
section[data-aplus] { max-width: 960px; margin: 0 auto; padding: 0 16px 40px; }
details.acc { border-bottom: 1px solid #e5e5e5; }
details.acc summary { list-style: none; cursor: pointer; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; user-select: none; }
details.acc summary::-webkit-details-marker { display: none; }
details.acc summary h2 { font-size: 17px; font-weight: 600; color: #1a1a1a; }
details.acc summary::after { content: “+”; font-size: 20px; color: #666; flex-shrink: 0; line-height: 1; }
details.acc[open] summary::after { content: “−”; }
.acc-body { padding: 0 0 24px; }

/* ── Bundle Hero ── */
.bundle-hero { background: #fff8f0; border: 1px solid #f5c97a; border-radius: 10px; padding: 22px; margin-bottom: 24px; display: flex; align-items: flex-start; gap: 16px; }
.bundle-icon { width: 54px; height: 54px; background: #fff; border: 1px solid #f5c97a; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bundle-badge { background: #FFCD11; color: #1a1a1a; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; display: inline-block; margin-bottom: 10px; }
.bundle-hero-text h1 { font-size: 22px; font-weight: 700; line-height: 1.35; margin-bottom: 8px; color: #111; }
.bundle-hero-text p { font-size: 14px; color: #555; }

/* ── Value Bar ── */
.value-bar { background: #f0faf4; border: 1px solid #6ee7b7; border-radius: 8px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.value-bar svg { flex-shrink: 0; }
.value-bar span { font-size: 14px; color: #065f46; }
.value-bar strong { font-weight: 600; }

/* ── Feature Cards ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.card { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 16px; }
.card-inside { margin-bottom: 10px; }
.aplusicon { width: 34px; height: 34px; }
.card strong { font-size: 14px; font-weight: 600; display: block; margin-bottom: 6px; color: #111; }
.feature-card { font-size: 13px; color: #555; line-height: 1.6; }

/* ── Image + Copy Row ── */
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.row.flip { direction: rtl; }
.row.flip > * { direction: ltr; }
.tnblock-img { width: 100%; border-radius: 8px; }
.copy p { font-size: 14px; color: #555; margin-bottom: 12px; }
.copy ul li { font-size: 14px; color: #444; padding: 5px 0 5px 22px; position: relative; border-bottom: 1px solid #f0f0f0; }
.copy ul li::before { content: “✓”; position: absolute; left: 0; color: #059669; font-weight: 700; }

/* ── What’s in the Box ── */
.bundle-divider { display: flex; align-items: center; gap: 10px; margin: 18px 0 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #888; }
.bundle-divider::before, .bundle-divider::after { content: “”; flex: 1; height: 1px; background: #e5e5e5; }
.tnincluded-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
.tnincluded-wrapper li { font-size: 14px; color: #444; padding: 7px 0 7px 22px; border-bottom: 1px solid #f0f0f0; position: relative; }
.tnincluded-wrapper li::before { content: “✓”; position: absolute; left: 0; color: #059669; font-weight: 700; }
.included-note { margin-top: 14px; font-size: 13px; color: #666; padding: 10px 14px; border-left: 3px solid #f5c97a; background: #fff8f0; border-radius: 0 6px 6px 0; }

/* ── Specs ── */
.specs-bundle { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.specs-col-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #666; padding: 0 0 8px; border-bottom: 2px solid #FFCD11; margin-bottom: 4px; }
table.aplusspecs { width: 100%; border-collapse: collapse; }
table.aplusspecs tr { border-bottom: 1px solid #f0f0f0; }
table.aplusspecs th { text-align: left; font-weight: 400; color: #666; font-size: 13px; padding: 9px 0; width: 48%; }
table.aplusspecs td { font-size: 13px; font-weight: 600; padding: 9px 0; color: #111; }

/* ── Compatibility ── */
.compat-list { display: flex; flex-direction: column; gap: 16px; }
.compat-row { display: flex; gap: 14px; align-items: flex-start; }
.icon-sm { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.icon-lg { width: 38px; height: 38px; flex-shrink: 0; }
.compat-row strong { font-size: 14px; font-weight: 600; display: block; margin-bottom: 4px; color: #111; }
.compat-detail { font-size: 13px; color: #555; }

/* ── Tags ── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-size: 12px; padding: 5px 13px; border-radius: 20px; background: #f4f4f4; border: 1px solid #e0e0e0; color: #555; }

/* ── Pro Tips ── */
.tip-row { display: flex; gap: 14px; align-items: flex-start; background: #fffbeb; border: 1px solid #fde68a; padding: 14px; border-radius: 8px; margin-bottom: 12px; }
.tip-text { font-size: 14px; color: #78350f; line-height: 1.6; }

/* ── Warranty ── */
.warranty-row { display: flex; gap: 14px; align-items: center; }
.warranty-text { font-size: 14px; color: #444; }

/* ── Tool Nut’s Take ── */
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #b45309; margin-bottom: 8px; }
.tnnut-h3 { font-size: 16px; font-weight: 700; margin-bottom: 12px; line-height: 1.4; color: #111; }
.tnnut-intro { font-size: 14px; color: #555; margin-bottom: 14px; }
.tnnut-ul li { font-size: 14px; color: #444; margin-bottom: 10px; padding-left: 22px; position: relative; }
.tnnut-ul li::before { content: “→”; position: absolute; left: 0; color: #b45309; font-weight: 700; }
.tnnut-ul li strong { font-weight: 700; color: #111; }

/* ── FAQ ── */
.faq-ul li { font-size: 14px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; color: #444; }
.faq-ul li strong { font-weight: 700; color: #111; display: block; margin-bottom: 4px; }

/* ── Prose ── */
.acc-body p { font-size: 15px; color: #444; margin-bottom: 14px; }
.acc-body p strong { font-weight: 600; color: #111; }

/* ── Runtime callout ── */
.runtime-callout { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 16px 0; }
.runtime-card { background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 8px; padding: 14px 16px; text-align: center; }
.runtime-card .stat { font-size: 26px; font-weight: 700; color: #111; line-height: 1.2; }
.runtime-card .stat-label { font-size: 12px; color: #666; margin-top: 4px; }

/* ── Responsive ── */
@media (max-width: 600px) {
.bundle-hero { flex-direction: column; }
.row, .row.flip { grid-template-columns: 1fr; direction: ltr; }
.tnincluded-wrapper { grid-template-columns: 1fr; }
.specs-bundle { grid-template-columns: 1fr; }
.bundle-hero-text h1 { font-size: 18px; }
.runtime-callout { grid-template-columns: 1fr 1fr; }
}

Bundle — Driver + 2 Batteries

DEWALT 20V MAX XR Brushless High Torque Impact Driver + 2×5.0Ah Battery Bundle

The DCF860B 3-speed impact driver paired with two DCB205 5.0Ah batteries — ready for a full day of hard fastening. No charger included; intended for users already on the DEWALT 20V MAX platform.


Bundle value: DEWALT’s highest-torque compact impact driver + two premium 5.0Ah batteries — swap and keep driving without waiting on a charge.

Key Features

2,500 In-Lbs. Max Torque

DEWALT’s highest-torque compact impact driver. Built for lag screws, structural fasteners, and demanding driving work that slows down lower-output tools.

3-Speed Control

Variable speed trigger and 3-speed mode select let you match output to the fastener — aggressive structural driving on high, clean hardware installation on the lower modes.

9-LED Work Light

Nine built-in LEDs and a 20-minute work light mode illuminate the fastener and surrounding work area — useful in framing bays, cabinets, ceilings, and tight mechanical spaces.

Premium 5.0Ah Batteries ×2

Up to 60% more capacity than a standard DCB200 battery. Two packs means one always ready while the other charges — no forced downtime mid-job.

3-LED Fuel Gauge

Each DCB205 battery has a built-in 3-LED fuel gauge so you always know your remaining charge at a glance — no guessing when you need to swap packs.

Brushless Efficiency

The brushless motor runs more efficiently and lasts longer under heavy use — maximizing output from the 5.0Ah packs and keeping performance consistent through the work day.

Overview

This bundle pairs the DEWALT DCF860B 20V MAX XR Brushless Cordless 3-Speed High Torque 1/4-in. Impact Driver with the DCB205-2 two-pack of 5.0Ah 20V MAX Lithium Ion batteries — giving you DEWALT’s most powerful compact impact driver loaded with enough battery capacity to run hard through a full day of fastening work. A charger is not included, making this the right choice for DEWALT 20V MAX users who already own a compatible charger.

The DCF860B is built around raw driving performance. DEWALT rates it at up to 2,500 in-lbs. max torque — the highest in their compact impact driver lineup — with a no-load speed up to 3,800 RPM and 4,500 impacts per minute. That output is the difference between a driver that keeps pace with structural screws, lag bolts, and dense framing lumber, and one that bogs down and forces you to slow down to finish the job.

The 3-speed control system is what makes that power usable across different tasks. Speeds 1 and 2 are optimized for commonly used self-drilling and tapping screws, reducing the risk of overdriving or stripping in metal and lighter materials. Speed 3 is full output for larger structural work. Combined with the variable speed trigger, the DCF860B gives you more control over the fastener than most single-speed or two-speed impact drivers can offer.

The DCB205 5.0Ah batteries in this bundle deliver up to 60% more capacity than the standard DCB200 pack, and are rated for no memory and virtually no self-discharge — meaning they stay ready even after sitting unused. Each battery has a built-in 3-LED fuel gauge for at-a-glance state of charge. With two packs in this bundle, the workflow is straightforward: drive with one while the other charges, swap when needed, and keep moving without stopping for the battery to catch up.

The rest of the DCF860B’s design holds up on a real jobsite. Nine built-in LEDs and a 20-minute work light mode make it easier to see in framing bays, cabinets, mechanical spaces, and overhead work. The 1/4-inch quick-connect hex chuck handles fast bit changes without tools. The included belt hook keeps the driver close at hand during ladder work, walk-arounds, and punch-list runs. At 2.4 lbs. and just 4.6 inches long, it stays maneuverable even in tighter spaces.

Who should buy this bundle? Framers, remodelers, deck builders, electricians, HVAC techs, and general contractors who drive fasteners all day and want top-tier compact impact driver performance without buying batteries and tool separately. The two-battery setup is particularly useful on longer jobs or split crews where downtime for charging is not an option.

Built to Drive Hard Fasteners Faster

DEWALT DCF860B 20V MAX XR Brushless 3-Speed High Torque Impact Driver driving a large fastener through framing lumber on a jobsite

If your current impact driver slows down on larger screws or dense material, this is the kind of upgrade you actually feel in the hand. The DCF860B is designed to move fast on tough driving jobs without giving up control.

  • Up to 2,500 in-lbs. max torque — DEWALT’s highest for a compact impact driver
  • Up to 63% faster driving vs. DEWALT DCF787 in cited testing
  • No-load speed up to 3,800 RPM and 4,500 IPM
  • Two 5.0Ah batteries keep the work moving — swap packs, not productivity

Control the Tool, Not Just the Trigger

DEWALT DCF860B 20V MAX XR Brushless Impact Driver fastening overhead into wood framing during construction

Raw power is useful, but being able to dial it in is what keeps work clean. With three speed settings and a variable speed trigger, this impact driver is easier to manage across different fasteners and materials.

  • 3-speed mode select for better application matching
  • Variable speed trigger helps with precise starts and controlled seating
  • Speeds 1 and 2 optimized for self-drilling and tapping screws

Compact Layout with Better Visibility

DEWALT DCF860B 20V MAX XR Brushless Impact Driver side profile showing quick-connect hex chuck and belt hook

This tool stays practical where it counts. The quick-connect chuck speeds up bit swaps, the belt hook keeps it close at hand, and the multi-LED setup helps when the work area is less than ideal.

  • 1/4-inch quick-connect hex chuck for fast, tool-free bit changes
  • 9 built-in LEDs with 20-minute work light mode
  • Includes belt hook for ladder and walk-around work
  • 2.4 lbs. and 4.6 in. long — compact enough for tight access

All-Day Runtime with Two 5.0Ah Packs

The DCB205-2 includes two premium 5.0Ah batteries — each with significantly more capacity than DEWALT’s standard pack — so you can work through demanding fastening jobs without stopping to wait on a charge. One battery in the tool, one on the charger, and you are never down.

5.0Ah
Per battery pack

×2
Batteries included

+60%
More capacity vs. DCB200

3-LED
Fuel gauge per pack

Both batteries have no memory effect and virtually no self-discharge — charge them now and they will be ready whenever the job starts.

What’s in the Box

Impact Driver — DCF860B
  • DCF860 20V MAX XR Brushless 3-Speed Impact Driver
  • Belt Hook
Batteries — DCB205-2
  • DCB205 5.0Ah 20V MAX Lithium Ion Battery (×2)
Charger is not included. This bundle is designed for users already on the DEWALT 20V MAX platform with a compatible charger on hand.

Key Specifications

Impact Driver — DCF860B
Voltage20V MAX
Motor TypeBrushless
Chuck / Drive Size1/4 in. quick-connect hex
Max Torque2,500 in-lbs.
No-Load Speed0–3,800 RPM
Impacts Per Minute4,500 IPM
Speed Modes3
LEDs9 + 20-min. work light
Weight2.4 lbs.
Tool Length4.6 in.
Batteries — DCB205-2
Voltage20V MAX
Capacity5.0Ah per pack
Quantity2 batteries included
Capacity vs. DCB200Up to +60%
Fuel Gauge3-LED indicator
Memory EffectNone
Self-DischargeVirtually none
Weight per pack1.4 lbs.
PlatformDEWALT 20V MAX
Charger IncludedNo

Compatibility

Battery Platform

The DCF860B and DCB205 batteries are both part of the DEWALT 20V MAX cordless platform. The 5.0Ah batteries are compatible with the full DEWALT 20V MAX tool lineup, including DEWALT 20V MAX XR tools.

Charger

No charger is included. Any DEWALT 20V MAX compatible charger will work with the DCB205 batteries. If you need a charger, it is available separately.

Bit Interface

The DCF860B uses a 1/4 in. quick-connect hex chuck, compatible with impact-rated insert bits, bit holders, and hex-shank accessories.

Tool Connect

The DCF860B is Tool Connect chip ready. The chip is sold separately for users who want asset tracking through DEWALT’s Tool Connect fleet management system.

Built For

Framing
General Contracting
Remodeling
Deck Building
Electrical
HVAC
Metal Fastening
Heavy-Duty Fastening
Structural Screws
All-Day Jobsite Work

Pro Tips

Use the lower speed modes when running self-drilling or tapping screws so you do not overdrive the fastener or strip the head. Reserve speed 3 for full output on larger structural screws and lag work where you need maximum torque.

With two 5.0Ah batteries, put one on the charger at the start of the day and run the second in the tool. By the time the first pack runs low, the other is typically topped off. The 3-LED fuel gauge on each pack lets you time swaps accurately so you are never caught short on a run.

Warranty & Support

Impact Driver (DCF860B): 3-Year Limited Warranty, 1-Year Free Service, 90-Day Satisfaction Guarantee.
Batteries (DCB205): 3-Year Limited Warranty, 1-Year Free Service, 90-Day Satisfaction Guarantee.

Tool Nut’s Take

Tool Nut’s Take

DEWALT DCF860B + 2×5.0Ah Batteries — Maximum Output, Minimum Downtime

This bundle puts DEWALT’s hardest-hitting compact impact driver in your hand with enough battery capacity to keep it running all day. Two premium 5.0Ah packs means one is always charged and ready — no waiting, no excuses.

  • Who it’s for: Pros doing framing, remodeling, decking, mechanical installs, and any high-volume fastening work where speed, torque, and all-day runtime all matter.
  • Why it stands out: 2,500 in-lbs. of max torque, 3-speed control, 9-LED visibility, and brushless efficiency — paired with two 5.0Ah packs that deliver 60% more capacity than DEWALT’s standard battery. That is a complete, high-output fastening kit.
  • Worth knowing: No charger is included. If you are already on 20V MAX, you are set. If you need a charger, grab one separately. Also: the DCF860B is Tool Connect ready if you want to add asset tracking down the road.
  • Platform note: The DCB205 5.0Ah batteries work across the entire DEWALT 20V MAX lineup. They are a solid upgrade for any 20V MAX tool you already run, not just this impact driver.

Common Questions

  • What’s included in this bundle?
    The DCF860B 20V MAX XR Brushless 3-Speed High Torque Impact Driver with belt hook, plus two DCB205 5.0Ah 20V MAX Lithium Ion batteries. A charger is not included.
  • Is a charger included?
    No. This bundle is designed for users already on the DEWALT 20V MAX platform who have a compatible charger. Any DEWALT 20V MAX charger will work with the included DCB205 batteries.
  • What is the max torque on the DCF860B?
    DEWALT rates it at up to 2,500 in-lbs. max torque — the highest in their compact impact driver lineup.
  • How much more capacity do the 5.0Ah batteries have vs. the standard pack?
    The DCB205 delivers up to 60% more capacity than the standard DEWALT DCB200 battery pack.
  • Do the batteries have a charge indicator?
    Yes. Each DCB205 has a built-in 3-LED fuel gauge for immediate feedback on remaining charge.
  • Does the driver have multiple speed settings?
    Yes. The DCF860B has a variable speed trigger and 3-speed mode select. Speeds 1 and 2 are optimized for self-drilling and tapping screws; speed 3 is full output for heavy structural fastening.
  • Does this tool have a work light?
    Yes. Nine built-in LEDs and a 20-minute work light mode illuminate the fastener and work area in low-light conditions.
  • Is the DCF860B compatible with Tool Connect?
    Yes, it is Tool Connect chip ready. The chip is sold separately for users who want asset tracking and fleet management through DEWALT’s Tool Connect system.
  • Can the DCB205 batteries be used with other DEWALT 20V MAX tools?
    Yes. The DCB205 5.0Ah batteries are compatible with the full DEWALT 20V MAX tool lineup, including 20V MAX XR tools.
  • What is the warranty on this bundle?
    Both the impact driver and batteries carry DEWALT’s 3-Year Limited Warranty, 1-Year Free Service, and 90-Day Satisfaction Guarantee.

Reviews

There are no reviews yet.

Be the first to review “DeWalt DCF860B 20V MAX XR Brushless 3-Speed High Torque 1/4 in. Impact Driver With (2) 20V MAX 5.0Ah Batteries”

Your email address will not be published. Required fields are marked *

Scroll to Top