Duracell Batteries UK | The World’s #1 Consumer Battery Company (2024)

Duracell Batteries UK | The World’s #1 Consumer Battery Company (1)

Select your country UK

Select your region and language

Close

DISCOVER MORE


HELP PROTECT YOUR CHILDREN

BABY SECURE TECHNOLOGY

Introducing the only lithium coin battery with bitter taste that helps prevent ingestion.

Learn More


Home Energy Storage and EV Charger

Combine the DURACELL Energy 5+ Battery and EV Charger to maximise your energy cost savings. Store solar or lowest cost grid energy to power both your home and your car. Take a step towards greater energy independence with DURACELL Energy.

Duracell Optimum

Duracell’s most groundbreaking innovation yet

Learn more

Recommended Products

Previous

Duracell Batteries UK | The World’s #1 Consumer Battery Company (2)

Duracell Optimum AA

UP TO 200% EXTRA LIFE */
OR EXTRA POWER **

*Delivers extra life vs the Minimum Average Duration of the 2021 IEC AA Digital Camera test (www.iec.ch) **OR extra power in certain devices vs. next best Duracell alkaline AA. Results may vary by device or usage pattern. For more info: www.Duracell.info

CHOOSE PACK SIZE

Duracell Batteries UK | The World’s #1 Consumer Battery Company (3)

Duracell Plus AAA Alkaline Batteries

+100% EXTRA LIFE*

* Longevity performance compared to the Minimum Average Duration of the 2021 IEC AAA Motorized Toy test. Results may vary by device or usage pattern (IEC's website)

CHOOSE PACK SIZE

Next

Hi, we are

Duracell Batteries UK | The World’s #1 Consumer Battery Company (5)

Duracell is the world’s leading manufacturer of high performance alkaline batteries, specialty cells and rechargeables. Since its foundation in the early 1940s, the company has become an iconic personal power brand, trusted for compact and longer-lasting batteries. And at the heart of it all has been the Duracell Bunny.

Learn more Duracell Batteries UK | The World’s #1 Consumer Battery Company (6)

' + '

' + videoList + '

Close' ); } if (type === 'youku') { $('body').append( '

' + '

' + '

' + '

' + videoList + '

Close

' ); } if (type === 'local') { $('body').append( '

' + '

' + '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

' + videoTemplate + '

' + '

' + '

' + videoList + '

' + '

Close' ); } $('.video-list a').on('click', function (listEvent) { listEvent.preventDefault(); listEvent.stopPropagation(); $(this).siblings().removeClass('active'); $(this).addClass('active'); if ($(this).attr('data-video-type') === 'youtube') { $('.popup-video').find('iframe').attr('src', '//www.youtube.com/embed/' + $(this).attr('data-video-id')).load(); } if ($(this).attr('data-video-type') === 'youku') { $('.popup-video').find('iframe').attr('src', '//player.youku.com/embed/' + $(this).attr('data-video-id') + '==').load(); } }); } else { if (type === 'youtube') { $('body').append( '

' + '

' + '

Close

' ); } if (type === 'youku') { $('body').append( '

' + '

' + '

Close

' ); } if (type === 'local') { $('body').append( '

' + '

' + '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

' + videoTemplate + '

' + '

' + '

' + '

Close' ); } } var vo = $('.popup-video'); var muteBtn = document.querySelector('.' + videoClass + ' .mute-unmute'); var fullScreenBtn = document.querySelector('.' + videoClass + ' .fullscreen'); var vid = document.querySelector('.' + videoClass + ' video'); var vidControls = document.querySelector('.' + videoClass + ' .vid-controls'); var vidContainer = document.querySelector('.' + videoClass + ' .vid-container'); if (vid) { vid.onloadeddata = function() { vidContainer.classList.remove('loading'); vid.addEventListener('playing', function() { vidContainer.classList.remove('pasued'); vidContainer.classList.add('playing'); }); }; window.addEventListener('resize', function(){ if( document.fullscreenElement || document.mozFullScreen || document.webkitFullScreen ){ document.body.classList.remove('fullscreen-video'); } }); document.addEventListener("MSFullscreenChange", function () { if (document.msFullscreenElement != null) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }); document.addEventListener("webkitfullscreenchange", function () { if((window.fullScreen) || (window.innerWidth == screen.width && window.innerHeight == screen.height)) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) document.addEventListener("mozfullscreenchange", function () { if((window.fullScreen) || (window.innerWidth == screen.width && window.innerHeight == screen.height)) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) document.addEventListener("fullscreenchange", function () { if (document.fullscreenElement != null) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) } function closeVo(VOevent) { if ( VOevent.target === muteBtn) { vid.muted = !vid.muted; vidContainer.classList.toggle('muted'); return false; } if ( VOevent.target === fullScreenBtn) { if (!document.body.classList.contains('fullscreen-video')) { if (vid.requestFullscreen) { vid.requestFullscreen(); document.body.classList.add('fullscreen-video'); } else if (vid.msRequestFullscreen) { vid.msRequestFullscreen(); document.body.classList.add('fullscreen-video'); } else if (vid.mozRequestFullScreen) { vid.mozRequestFullScreen(); document.body.classList.add('fullscreen-video'); } else if (vid.webkitRequestFullscreen) { vid.webkitRequestFullscreen(); document.body.classList.add('fullscreen-video'); } } else { if (document.exitFullscreen) { document.exitFullscreen(); document.body.classList.remove('fullscreen-video'); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); document.body.classList.remove('fullscreen-video'); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); document.body.classList.remove('fullscreen-video'); } else if (document.msExitFullscreen) { document.msExitFullscreen(); document.body.classList.remove('fullscreen-video'); } } } else if (VOevent.target === vid || VOevent.target === vidControls) { if (!vid.paused) { vid.pause(); vidContainer.classList.add('paused'); vidContainer.classList.remove('playing'); } else { vid.play(); vidContainer.classList.add('playing'); vidContainer.classList.remove('paused'); } } else { VOevent.preventDefault(); vo.fadeOut(250, function () { vo.remove(); previews.each(function () { $(this)[0].play(); }); }); } } vo.fadeIn(250); vo.on('click', closeVo); vo.find('a.close').on('click', closeVo); // muteBtn.addEventListener('click', function() { // vid.muted = !vid.muted; // }); } } if (typeof campaignVideo !== "function") { campaignVideo = function (queryVar, videoSource, videoType, autoplay) { if (queryVar === undefined || videoSource === undefined || videoType === undefined) { console.error('campaignVideo: check required parameters'); return false; } var queryString = window.location.search.split('?')[1]; if (!queryString) return false; var parsedURLVars = queryString.split('&'); var queryMatch = parsedURLVars.find(function (element) { return element == queryVar; }); if (queryMatch !== undefined) { videoEmbed(null, videoSource, videoType, autoplay); } }; } campaignVideo('miposaur', 'CampaignVideosmiposaur', 'youtube', false);

' + '

' + videoList + '

Close' ); } if (type === 'youku') { $('body').append( '

' + '

' + '

' + '

' + videoList + '

Close

' ); } if (type === 'local') { $('body').append( '

' + '

' + '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

' + videoTemplate + '

' + '

' + '

' + videoList + '

' + '

Close' ); } $('.video-list a').on('click', function (listEvent) { listEvent.preventDefault(); listEvent.stopPropagation(); $(this).siblings().removeClass('active'); $(this).addClass('active'); if ($(this).attr('data-video-type') === 'youtube') { $('.popup-video').find('iframe').attr('src', '//www.youtube.com/embed/' + $(this).attr('data-video-id')).load(); } if ($(this).attr('data-video-type') === 'youku') { $('.popup-video').find('iframe').attr('src', '//player.youku.com/embed/' + $(this).attr('data-video-id') + '==').load(); } }); } else { if (type === 'youtube') { $('body').append( '

' + '

' + '

Close

' ); } if (type === 'youku') { $('body').append( '

' + '

' + '

Close

' ); } if (type === 'local') { $('body').append( '

' + '

' + '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

'+ '

' + videoTemplate + '

' + '

' + '

' + '

Close' ); } } var vo = $('.popup-video'); var muteBtn = document.querySelector('.' + videoClass + ' .mute-unmute'); var fullScreenBtn = document.querySelector('.' + videoClass + ' .fullscreen'); var vid = document.querySelector('.' + videoClass + ' video'); var vidControls = document.querySelector('.' + videoClass + ' .vid-controls'); var vidContainer = document.querySelector('.' + videoClass + ' .vid-container'); if (vid) { vid.onloadeddata = function() { vidContainer.classList.remove('loading'); vid.addEventListener('playing', function() { vidContainer.classList.remove('pasued'); vidContainer.classList.add('playing'); }); }; window.addEventListener('resize', function(){ if( document.fullscreenElement || document.mozFullScreen || document.webkitFullScreen ){ document.body.classList.remove('fullscreen-video'); } }); document.addEventListener("MSFullscreenChange", function () { if (document.msFullscreenElement != null) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }); document.addEventListener("webkitfullscreenchange", function () { if((window.fullScreen) || (window.innerWidth == screen.width && window.innerHeight == screen.height)) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) document.addEventListener("mozfullscreenchange", function () { if((window.fullScreen) || (window.innerWidth == screen.width && window.innerHeight == screen.height)) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) document.addEventListener("fullscreenchange", function () { if (document.fullscreenElement != null) { document.body.classList.add('fullscreen-video'); vid.setAttribute('controls', true); } else { document.body.classList.remove('fullscreen-video'); vid.removeAttribute('controls'); } }) } function closeVo(VOevent) { if ( VOevent.target === muteBtn) { vid.muted = !vid.muted; vidContainer.classList.toggle('muted'); return false; } if ( VOevent.target === fullScreenBtn) { if (!document.body.classList.contains('fullscreen-video')) { if (vid.requestFullscreen) { vid.requestFullscreen(); document.body.classList.add('fullscreen-video'); } else if (vid.msRequestFullscreen) { vid.msRequestFullscreen(); document.body.classList.add('fullscreen-video'); } else if (vid.mozRequestFullScreen) { vid.mozRequestFullScreen(); document.body.classList.add('fullscreen-video'); } else if (vid.webkitRequestFullscreen) { vid.webkitRequestFullscreen(); document.body.classList.add('fullscreen-video'); } } else { if (document.exitFullscreen) { document.exitFullscreen(); document.body.classList.remove('fullscreen-video'); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); document.body.classList.remove('fullscreen-video'); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); document.body.classList.remove('fullscreen-video'); } else if (document.msExitFullscreen) { document.msExitFullscreen(); document.body.classList.remove('fullscreen-video'); } } } else if (VOevent.target === vid || VOevent.target === vidControls) { if (!vid.paused) { vid.pause(); vidContainer.classList.add('paused'); vidContainer.classList.remove('playing'); } else { vid.play(); vidContainer.classList.add('playing'); vidContainer.classList.remove('paused'); } } else { VOevent.preventDefault(); vo.fadeOut(250, function () { vo.remove(); previews.each(function () { $(this)[0].play(); }); }); } } vo.fadeIn(250); vo.on('click', closeVo); vo.find('a.close').on('click', closeVo); // muteBtn.addEventListener('click', function() { // vid.muted = !vid.muted; // }); } } if (typeof campaignVideo !== "function") { campaignVideo = function (queryVar, videoSource, videoType, autoplay) { if (queryVar === undefined || videoSource === undefined || videoType === undefined) { console.error('campaignVideo: check required parameters'); return false; } var queryString = window.location.search.split('?')[1]; if (!queryString) return false; var parsedURLVars = queryString.split('&'); var queryMatch = parsedURLVars.find(function (element) { return element == queryVar; }); if (queryMatch !== undefined) { videoEmbed(null, videoSource, videoType, autoplay); } }; } campaignVideo('cars3', 'CampaignVideoscars3', 'local', true);

Purchase now from an online retailer below

Duracell Batteries UK | The World’s #1 Consumer Battery Company (7)

Duracell Optimum AA

CHOOSE PACK SIZE

Purchase now from an online retailer below

Duracell Batteries UK | The World’s #1 Consumer Battery Company (8)

Duracell Specialty 2032 Lithium Coin Battery 3V

CHOOSE PACK SIZE

Purchase now from an online retailer below

Duracell Batteries UK | The World’s #1 Consumer Battery Company (9)

Duracell Optimum AA

CHOOSE PACK SIZE

Purchase now from an online retailer below

Duracell Batteries UK | The World’s #1 Consumer Battery Company (10)

Duracell Plus AAA Alkaline Batteries

CHOOSE PACK SIZE

Duracell Batteries UK | The World’s #1 Consumer Battery Company (11)

4.7/5

Purchase now from an online retailer below

Duracell Batteries UK | The World’s #1 Consumer Battery Company (12)

Duracell Specialty 2032 Lithium Coin Battery 3V

CHOOSE PACK SIZE

Select your country UK

Copyright © Duracell Inc. All rights reserved.

Want to learn about batteries for the B2B market?

If you want to find out more about Procell, the professional brand of the Duracell company, click continue to Procell. If not, click back to Duracell or close this window.

Continue to Procell

Duracell Batteries UK | The World’s #1 Consumer Battery Company (17)

Duracell Batteries UK | The World’s #1 Consumer Battery Company (18)

Duracell Batteries UK | The World’s #1 Consumer Battery Company (2024)
Top Articles
2001 Honda cbr600 f4i - i dont want to sell it :(
2013 Volvo VNL670 6x4 T/A Sleeper Truck Tractor
Skyward Sinton
Where are the Best Boxing Gyms in the UK? - JD Sports
417-990-0201
Best Team In 2K23 Myteam
Couchtuner The Office
Southeast Iowa Buy Sell Trade
Nikki Catsouras Head Cut In Half
Lesson 1 Homework 5.5 Answer Key
Strange World Showtimes Near Cmx Downtown At The Gardens 16
Remnant Graveyard Elf
Www.paystubportal.com/7-11 Login
Sams Early Hours
Oro probablemente a duna Playa e nomber Oranjestad un 200 aña pasa, pero Playa su historia ta bay hopi mas aña atras
Dit is hoe de 130 nieuwe dubbele -deckers -treinen voor het land eruit zien
Patrick Bateman Notebook
Echat Fr Review Pc Retailer In Qatar Prestige Pc Providers – Alpha Marine Group
Destiny 2 Salvage Activity (How to Complete, Rewards & Mission)
Classic | Cyclone RakeAmerica's #1 Lawn and Leaf Vacuum
Army Oubs
Talbots.dayforce.com
Craigslist List Albuquerque: Your Ultimate Guide to Buying, Selling, and Finding Everything - First Republic Craigslist
1989 Chevy Caprice For Sale Craigslist
Amazing deals for Abercrombie & Fitch Co. on Goodshop!
Mc Donald's Bruck - Fast-Food-Restaurant
Dragger Games For The Brain
Anotherdeadfairy
Teekay Vop
The Listings Project New York
Craigslist Illinois Springfield
Busch Gardens Wait Times
Revelry Room Seattle
Ancestors The Humankind Odyssey Wikia
Play 1v1 LOL 66 EZ → UNBLOCKED on 66games.io
2024 Coachella Predictions
B.k. Miller Chitterlings
Free Robux Without Downloading Apps
Kvoa Tv Schedule
2024 Ford Bronco Sport for sale - McDonough, GA - craigslist
Snohomish Hairmasters
Tiny Pains When Giving Blood Nyt Crossword
Gateway Bible Passage Lookup
8776725837
Brother Bear Tattoo Ideas
Suntory Yamazaki 18 Jahre | Whisky.de » Zum Online-Shop
Breaking down the Stafford trade
Iman Fashion Clearance
Okta Login Nordstrom
Secondary Math 2 Module 3 Answers
Nfhs Network On Direct Tv
Phumikhmer 2022
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6304

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.