21+ Only · Ships from Rancho Cucamonga, CA · Nicotine is an addictive chemical
Home ·
ULTRA-25K

Al Fakher Crown Bar Ultra 25K Disposable Vape

Al Fakher Crown Bar Ultra · 25,000 Puffs · Dual Modes

$ $
Free shipping over $80 · Cash on Delivery
Flavor

Al Fakher Crown Bar Ultra 25K Disposable Vape device showcase

A Vape of the Crown

Al Fakher Crown Bar Ultra 25K — Where Heritage Meets Hardware

The Crown Bar Ultra 25K carries Al Fakher's 25-year hookah-flavor heritage into a modern, all-in-one disposable. Dual vaping modes let you switch between a steady Standard draw and a richer Boost output, while 2-level adjustable airflow tunes the pull from tight MTL to looser DTL. The 800mAh internal battery keeps the device running through every one of the 25,000 puffs.

Each flavor in the seven-flavor lineup is built from the same fruit-and-mint archive Al Fakher spent two decades refining in its hookah shisha line — Mixed Berry, Mango Pineapple, Blueberry Lemonade and the rest carry recognizable Al Fakher DNA in a disposable format.

Key Specs at a Glance

Crown Bar Ultra 25K Specifications

25,000 Puffs

Pre-filled e-liquid pool engineered to deliver up to 25,000 puffs per device — real-world count varies with draw length and mode.

800mAh Battery

Internal rechargeable battery via USB-C. The cell capacity is sized to keep up with the full 25,000-puff e-liquid reservoir.

Dual Vaping Modes

Standard mode for smooth, all-day draws. Boost mode for richer flavor expression and higher hit intensity. Toggle with the side button.

2-Level Airflow

Slider on the device base adjusts between a tight MTL-style pull and a looser, more open draw — pick the one that matches the flavor.

5% Salt Nic

Pre-filled with 50mg/mL salt nicotine — the standard Al Fakher disposable strength for a satisfying throat hit without harshness.

Al Fakher Heritage

Designed in UAE by the makers of the world's most loved hookah shisha brand. Engineered for the modern US disposable market.

Crown Bar Ultra 25K Flavor Guide

7 Flavors, One Al Fakher Heritage

Blueberry Cherry

A balanced blend of ripe blueberry up front and dark cherry on the finish. The cherry adds depth without turning candy-sweet — a steady, every-day flavor that wears well across long sessions.

Blueberry Gum

Bright blueberry layered over a soft chewing-gum sweetness. Familiar nostalgia-leaning flavor profile that hits without becoming sugary.

Blueberry Lemonade

Tart lemonade over a ripe blueberry base — citrus brightens the fruit and keeps the draw refreshing. Pairs well with Boost mode for a fuller citrus pop.

Grape Mint

Concord-leaning grape with a cool mint finish — a clear nod to Al Fakher's classic hookah profiles. Mint is balanced, not overpowering.

Mango Pineapple

Tropical, juicy and balanced — ripe mango leading, pineapple sharpening the finish. Easy entry point if you're new to Crown Bar Ultra 25K.

Mixed Berry

Layered berry blend — blueberry, raspberry and strawberry held in balance with no single fruit dominating. The safe pick for shared sessions.

Watermelon Kiwi

Sweet ripe watermelon with a tart kiwi edge. Light and refreshing — a summer-leaning profile that holds up across the full 25,000-puff lifespan.

Safety, Authenticity & Compliance

21+ Only

Crown Bar Ultra 25K contains nicotine, an addictive chemical. This product is intended only for adults 21 years of age or older. Not for sale to minors.

The Crown Bar Ultra 25K is a closed, pre-filled disposable system. Do not attempt to disassemble, refill or modify the device — doing so risks battery damage, leakage and voids the warranty. Charge only via the included USB-C port using a standard 5V phone charger.

Every device sold through Crown Bar Vape ships factory-sealed direct from Al Fakher's US channel via our Rancho Cucamonga, CA warehouse. If you receive a unit with a broken seal, dented box or mismatched serial, email service@crownbarvape.com with photos and we'll investigate immediately.

Crown Bar Ultra 25K FAQs

Common Questions About This Product

Is the Crown Bar Ultra 25K rechargeable?

Yes — USB-C rechargeable 800mAh internal battery. The e-liquid is pre-filled and not refillable; when the e-liquid is finished, the device reaches end of life.

How do I switch between Standard and Boost mode?

Press the side button to toggle. The display indicates the current mode. Both modes draw from the same 25,000-puff e-liquid pool — Boost just delivers more flavor intensity per puff at the cost of a slightly faster e-liquid burn-through.

How long does the 800mAh battery last?

A full charge typically takes the device through several thousand additional puffs depending on mode usage. Once the e-liquid is finished the device is at end of life regardless of battery state — the battery is sized to outlast the e-liquid.

How do I know when the device is empty?

The display fades or shows an empty indicator. Flavor intensity also drops sharply once the wick begins to dry. At that point the device is at end of life.

What's the nicotine strength?

5% (50mg/mL) salt nicotine — the standard strength across Al Fakher's disposable line.

Verified Crown Bar Customer Reviews

What Our Reviewers Say About the Ultra 25K

★★★★★

"Five years pulling hookah hoses tells me when a flavor profile is built from the Al Fakher archive — Crown Bar Ultra 25K nails the Grape Mint and Mixed Berry signature. Boost mode is the closest a disposable has come to a freshly packed bowl."

— Karim N., Hookah Heritage Analyst at Crown Bar Vape
★★★★★

"The 800mAh internal cell measured a steady 4.0V right into the final 2,000 puffs. The 2-level airflow slider locks firmly — no leak path. Charge cycles ≈ 35 minutes via USB-C. Hardware does what the spec sheet claims."

— Tara W., Device Reviewer at Crown Bar Vape
5) { this.form.error = "You can upload up to 5 photos."; ev.target.value = ""; return; } this.form.error = ""; this.form.images = files; this.form.imageNames = files.map(f => f.name).join(", "); }, async submitForm() { this.form.error = ""; if (this.form.rating < 1) { this.form.error = "Please choose a star rating."; return; } if (!this.form.body.trim()) { this.form.error = "Please write your review."; return; } if (!this.form.author.trim()) { this.form.error = "Please enter your name."; return; } if (!this.form.email.trim()) { this.form.error = "Please enter your email."; return; } this.form.submitting = true; const fd = new FormData(); fd.append('pid', 26367); fd.append('author', this.form.author.trim()); fd.append('email', this.form.email.trim()); fd.append('rating', String(this.form.rating)); fd.append('comment', this.form.body.trim()); if (this.form.title.trim()) fd.append('title', this.form.title.trim()); for (const f of (this.form.images || [])) fd.append('images[]', f); let r; try { const res = await fetch('/wp-json/cb-tools/v1/review-submit', { method: 'POST', body: fd }); let data = {}; try { data = await res.json(); } catch (e) {} r = { ok: res.ok, status: res.status, data }; } catch (e) { r = { ok: false, status: 0, data: { ok: false, message: 'Network error. Please try again.' } }; } this.form.submitting = false; if (r.ok && r.data && r.data.ok) { this.form.done = true; this.form.status = r.data.status || "pending"; } else { this.form.error = (r.data && r.data.message) || "Could not submit your review. Please try again."; } } }'>

Verified Buyer Reviews

· reviews
Loading reviews…
No reviews yet. Be the first to review this product.