✦ Verified product
MSR MiniWorks EX Microfilter
USD 129.95
SX Collective
Verified independent store
→
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@300;400;500&display=swap'); :root { --black: #0a0a0a; --white: #fffff
f; --mid: #f5f5f5; --border: #e0e0e0; --text-muted: #777; --text-body: #222; } * { box-sizing: border-box; margin: 0; padding: 0; } .spur-wrap { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--black); max-width: 1100px; margin: 0 auto; padding: 48px 24px; } .spur-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; border-bottom: 1px solid var(--border); padding-bottom: 24px; flex-wrap: wrap; gap: 12px; } .spur-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1; text-transform: uppercase; } .spur-meta { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); } .spur-tabs { display: flex; gap: 4px; margin-bottom: 32px; } .spur-tab { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 24px; background: var(--mid); color: var(--text-muted); border: 1px solid var(--border); cursor: pointer; transition: all 0.15s; border-radius: 2px; } .spur-tab:hover { color: var(--black); border-color: #aaa; } .spur-tab.active { background: var(--black); color: var(--white); border-color: var(--black); } .spur-panel { display: none; } .spur-panel.active { display: block; } .spec-category { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); padding: 20px 0 8px; border-bottom: 2px solid var(--black); margin-bottom: 0; } .spec-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--border); transition: background 0.1s; } .spec-row:hover { background: var(--mid); } .spec-key { font-size: 12px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-muted); padding: 12px 16px 12px 0; align-self: start; } .spec-val { font-size: 14px; font-weight: 300; color: var(--text-body); padding: 12px 0; line-height: 1.5; } @media (max-width: 600px) { .spec-row { grid-template-columns: 1fr; } .spec-key { padding-bottom: 2px; } .spec-val { padding-top: 0; padding-bottom: 12px; } } MiniWorks® EX Microfilter MSR · The best-selling filter on the market, delivering long-lasting, fully field-maintainable water filtration Specs Description The MiniWorks EX microfilter is the worldwide best-selling microfilter, delivering long-lasting, field-maintainable water filtration in demanding environments. Engineered for frequent and heavy use, it utilizes our workhorse Marathon EX carbon/ceramic element to ensure clean, reliable and taste-free water. Thanks to its innovative AirSpring Accumulator, it's capable of pumping one liter per minute and the flow rate can be renewed easily and repeatedly in the field—no tools required. It's lightweight and compact and, most importantly, been proven reliable by thousands of adventurers just like you. Features Testing Meets NSF protocol P231 for removal of bacteria (99.9999%) and protozoa (99.9%) from beginning to end of filter life in "worst-case" water Reliability Reliable - Durable carbon/ceramic element ensures safe, taste-free water—even with frequent, heavy use Maintenance Field-maintainable - Can be cleaned repeatedly for full filter recovery with no tools required Flow Fast Flow - AirSpring Accumulator increases filtration speed; up to 1-liter per minute Taste Better-tasting Water - Carbon core removes unpleasant tastes and odors caused by organic compounds, such as iodine, chlorine, and pesticides Specs SKU 14006 Weight (Standard) 1 lb Weight (Metric) 0.46 kg Width (Standard) 2.75 in Width (Metric) 7 cm Length (Standard) 7.5 in Length (Metric) 19 cm Height (Standard) 5.5 in Effective against bacteria Yes Effective against chemicals/toxins Yes Effective against particulate Yes Effective against protozoa Yes Effective against viruses No Filter media Ceramic Plus Carbon Filter pore size (microns) 0.2 Flow (L/min) 1 liters per min Flow (strokes per liter) 85 Cartridge life 2000 liters Field cleanable Yes Field maintainable Yes Water Bottle Adapter Yes Cartridge replacement indicator Yes Materials Material(s) Ceramic Origin Made in the U.S.A. of U.S. and Imported Materials function showPanel(id, btn) { document.querySelectorAll('.spur-panel').forEach(p => p.classList.remove('active')); document.querySelectorAll('.spur-tab').forEach(t => t.classList.remove('active')); document.getElementById('panel-' + id).classList.add('active'); btn.classList.add('active'); }