home decor📍 US Updated February 3, 2026🏆 10 Products Ranked

Top 10 Bedside Table Lamps Mar 2026

Discover the top 10 bedside table lamps to enhance your bedroom ambiance and functionality. Perfect for reading, charging, and relaxing.

#bedside lamp#table lamp#bedroom lighting#home decor#dimmable lamp#usb lamp#touch lamp#nightstand
📊
10+
Products Analyzed
4.6/5
Avg Rating
Expert
Picked
Quick Verdict

Our Top Picks at a Glance

🏆 Best Overall

Touch Table Lamp for Nightstand, 3-Way Dimmable, Space Saving & No Assembly Required, Upgraded Small Modern Black Bedside Lamp for Bedroom, Living Room, Office (Bulb Included)

23.994.8

54 reviews

💰 Best Budget

Small Table Lamp for Bedroom - Bedside Lamps for Nightstand, Minimalist Night Stand Light Lamp with Square Fabric Shade, Desk Reading Lamp for Kids Room Living Room Office Dorm

11.994.6

21,598 reviews

Most Popular

Yarra-Decor Bedside Table Lamp with USB Port - Touch Control for Bedroom Wood 3 Way Dimmable Nightstand Lamp with Round Flaxen Fabric Shade for Living Room, Dorm, Home Office (LED Bulb Included)

15.984.6

29,501 reviews

🏆

Top 10 Picks

Ranked by rating and reviews

Prices updated March 15, 2026
#1
Touch Table Lamp for Nightstand, 3-Way Dimmable, Space Saving & No Assembly Required, Upgraded Small Modern Black Bedside Lamp for Bedroom, Living Room, Office (Bulb Included)
LEDIKON
🏆 Best Overall PickAmazon’s ChoicePrime500+ bought in past month

Touch Table Lamp for Nightstand, 3-Way Dimmable, Space Saving & No Assembly Required, Upgraded Small Modern Black Bedside Lamp for Bedroom, Living Room, Office (Bulb Included)

  • 【Ultra-Responsive Touch & Optimized Dimming】 No more fumbling for switches in the dark! And our first light mode is specifically designed to be extra-dim and darker than others', making it the perfect, non-disruptive night light for uninterrupted sleep.
9.6/10
4.8 / 5(54 reviews)
View on Amazon →
#2
Govee RGBIC Smart Table Lamp 2, Touch Bedside Small Table Lamp Work with Matter, Alexa, LED Desk Lamp with 64 Scene Modes, Color Changing Lamp for Bedroom Living Room Dimmable Night Light(Corded)
Govee
Prime10K+ bought in past month

Govee RGBIC Smart Table Lamp 2, Touch Bedside Small Table Lamp Work with Matter, Alexa, LED Desk Lamp with 64 Scene Modes, Color Changing Lamp for Bedroom Living Room Dimmable Night Light(Corded)

  • RGBICWW Technology & Upgraded Illumination: Enjoy multi-color displays, 500lm brightness (higher than previous models), and adjustable 2700k-6500k warm/cool whites. With Upgraded Illumination and Design, a pure visual feast whenever the smart table lamp is turned on.
9.4/10
4.7 / 5(1,458 reviews)
View on Amazon →
#3
Yarra-Decor Bedside Table Lamp with USB Port - Touch Control for Bedroom Wood 3 Way Dimmable Nightstand Lamp with Round Flaxen Fabric Shade for Living Room, Dorm, Home Office (LED Bulb Included)
Yarra-Decor
🔥 Ends in 09:13:15 (function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { function isComponentRegistered(componentName) { var isRegistered = false; P.now("registrationStarted:" + componentName).execute(function (loaded) { isRegistered = !!loaded; }); return isRegistered; } function setComponentRegistered(componentName) { P.declare("registrationStarted:" + componentName, true); } if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) { setComponentRegistered("count-down-controller-detailpage-dealBadge"); P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) { function countDown(timer) { var $timer = $(timer); var targetDateStr = $(timer).attr("data-target-time"); var targetDate = Date.parse(targetDateStr); var dealBadgeSupportingText = '#dealBadgeSupportingText'; $(dealBadgeSupportingText).attr("aria-hidden","true"); var interval = null; interval = setInterval(function () { var diffMillis = targetDate - Date.now(); var diffSeconds = Math.floor(diffMillis / 1000); if (diffSeconds < 0) { $timer.text('00:00'); clearInterval(interval); $(dealBadgeSupportingText).removeAttr("aria-hidden"); } else { var hours = Math.floor((diffSeconds / (60 * 60)) % 24); var minutes = Math.floor((diffSeconds / 60) % 60); var seconds = Math.floor(diffSeconds % 60); var hoursStr = ('0' + hours).slice(-2); var minutesStr = ('0' + minutes).slice(-2); var secondsStr = ('0' + seconds).slice(-2); var timeStr = ''; if (hours > 0) { timeStr = [hoursStr, minutesStr, secondsStr].join(':'); } else { timeStr = [minutesStr, secondsStr].join(':'); } $timer.text(timeStr); updateOffscreenText(hours, minutes, seconds) } }, 1000); } var offscreenTextEnum = { hours: 0, minutes: 1, seconds: 2, }; var offscreenTextIDs = [ '#deals_countdown_timer_from_hours_screen_reader_label', '#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label', '#deals_countdown_timer_from_seconds_screen_reader_label', ]; var offscreenTextTemplates = offscreenTextIDs.map(function (id) { return $(id).text() }); var classHidden = 'aok-hidden'; var classOffscreen = 'aok-offscreen'; function updateOffscreenText(hours, minutes, seconds) { var type = getOffscrrenType(hours, minutes); var elementID = offscreenTextIDs[type]; var template = offscreenTextTemplates[type]; var text = template .replace('NO_OF_HOURS', hours) .replace('NO_OF_MINUTES', minutes) .replace('NO_OF_SECONDS', seconds); $(elementID).text(text); showOffscreenElement(elementID); offscreenTextIDs.filter(function (_, idx) { return idx != type; }).forEach(function (id) { return hideOffscreenElement(id) }); if (isTimerOver(hours, minutes, seconds)) { hideOffscreenElement(elementID); } } function getOffscrrenType(hours, minutes) { if (hours > 0) { return offscreenTextEnum.hours; } if (minutes >= 1) { return offscreenTextEnum.minutes; } return offscreenTextEnum.seconds; } function showOffscreenElement(elementID) { $(elementID).removeClass(classHidden).addClass(classOffscreen); } function hideOffscreenElement(elementID) { $(elementID).removeClass(classOffscreen).addClass(classHidden); } function isTimerOver(hours, minutes, seconds) { return hours == 0 && minutes == 0 && seconds == 0; } return { countDown : countDown }; }); } P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) { var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer'); A.each(timers, function(timer) { countDownController.countDown(timer); }); }); }));Prime3K+ bought in past month

Yarra-Decor Bedside Table Lamp with USB Port - Touch Control for Bedroom Wood 3 Way Dimmable Nightstand Lamp with Round Flaxen Fabric Shade for Living Room, Dorm, Home Office (LED Bulb Included)

  • ✔️【3 WAY SMOOTH DIMMABLE TOUCH CONTROL】- The dimmable bedside table lamp offers 3 level brightness options (Low, Medium, High). Just simply tap on anywhere of the metal base to adjust the lighting to meet your different needs. Nightlight for a steady sleep or nursing. Accent lighting for a warm mood. Proper high comfortable brightness for studying or working. Super handy to operate.
9.2/10
4.6 / 5(29,501 reviews)
View on Amazon →
#4
Small Table Lamp for Bedroom - Bedside Lamps for Nightstand, Minimalist Night Stand Light Lamp with Square Fabric Shade, Desk Reading Lamp for Kids Room Living Room Office Dorm
aooshine
Prime8K+ bought in past month

Small Table Lamp for Bedroom - Bedside Lamps for Nightstand, Minimalist Night Stand Light Lamp with Square Fabric Shade, Desk Reading Lamp for Kids Room Living Room Office Dorm

  • ✪CHOICE FOR BETTER LIFE-The Cord, Socket and Plug of Aooshine bedside table lamp are UL listed. By giving products the listed, you don’t have to worry about the material problem. This Nightstand lamp comes with ON/OFF switch control, easy to install and use. Please note not included bulb. Please use the LED bulb only.
9.2/10
4.6 / 5(21,598 reviews)
View on Amazon →
#5
Touch Bedside Table Lamp, [Sleek Design & RGB Mode] 3 Way Dimmable Small Lamp for Bedroom, LED Lamp with Warm White Lights, Multi-Color Smart Nightstand Lamp for for Living Room Home Gifts
Brand: ROOTRO
Amazon’s ChoicePrime7K+ bought in past month

Touch Bedside Table Lamp, [Sleek Design & RGB Mode] 3 Way Dimmable Small Lamp for Bedroom, LED Lamp with Warm White Lights, Multi-Color Smart Nightstand Lamp for for Living Room Home Gifts

  • Versatile RGB Touch Lamp: The table lamp create a cozy and inviting atmosphere with the gentle, flicker-free light. Adjust the small table lamp color to match your mood with the cycle RGB mod, dimmable and perfect for illuminating any space for every occasion.
9.2/10
4.6 / 5(6,282 reviews)
View on Amazon →
#6
Set of 2 Touch Control Table Lamps with 2 USB & AC Outlet, 3-Way Dimmable Bedside Nightstand Lamps for Bedroom Living Room Nursery, 800 Lumens 5000K Daylight Bulbs Included
Lynnoland
Amazon’s ChoicePrime1K+ bought in past month

Set of 2 Touch Control Table Lamps with 2 USB & AC Outlet, 3-Way Dimmable Bedside Nightstand Lamps for Bedroom Living Room Nursery, 800 Lumens 5000K Daylight Bulbs Included

  • ❤36-month warranty: We proudly stand behind all of our products 100%, which is why we offer a full 36-month warranty. If your lamp has any defect or stops working within 5 years, we help you troubleshoot or send a whole new product. ( If you have any problems with our bedroom lamps for nightstand set of 2, please CONTACT US via Amazon message box, we will reply within 24 hours). We want to make you happy with our best after-sales support.
9.2/10
4.6 / 5(6,183 reviews)
View on Amazon →
#7
Bedside Touch Control Table Lamp with Dual USB Charging Ports 1 AC Outlet, 3 Way Dimmable Modern Nightstand Lamp with White Fabric Shade, Desk Lamp for Bedroom Living Room Office with 5000K LED Bulb
Lakumu
🔥 Limited time dealPrime500+ bought in past month

Bedside Touch Control Table Lamp with Dual USB Charging Ports 1 AC Outlet, 3 Way Dimmable Modern Nightstand Lamp with White Fabric Shade, Desk Lamp for Bedroom Living Room Office with 5000K LED Bulb

  • 3 Level Brightness Touch Control Table Lamp: This modern bedside lamp has 3 different brightness options (low, medium and high) to meet your various demands at different times or occasions. Upgraded touch control feature makes it exactly convenient to turn on/off and adjust to your favorite brightness level, just tapping any metal part of the sturdy base, stems or even the finial on the socket, greatly handy to operate, no more minding switch lost or broken.
9.2/10
4.6 / 5(5,431 reviews)
View on Amazon →
#8
Small Bedside Table lamp for Bedroom - 3 Color Temperatures Bedside Lamps with USB C and A Ports, Pull Chain Table Lamps with AC Outlet, White Nightstand Lamps with Black Metal Base for Kids Reading
Dicoool
Amazon’s ChoicePrime6K+ bought in past month

Small Bedside Table lamp for Bedroom - 3 Color Temperatures Bedside Lamps with USB C and A Ports, Pull Chain Table Lamps with AC Outlet, White Nightstand Lamps with Black Metal Base for Kids Reading

  • 【 3 Color Temperatures Pull Chain Lamp 】- you will receive a bedroom lamp controlled by metal chain. Each adjustment will change the color temperature (3000K Warm White, 4000K Natural White, 5000K Daylight White). Different color temperatures have different effects. The 3000K can be used as an ambience lamp, the 4000K is suitable for bedroom, and the 5000K can simulate the daylight, which is suitable for reading and working
9.2/10
4.6 / 5(5,294 reviews)
View on Amazon →
#9
Dreamholder Table Lamp with 3 USB Charging Ports, Modern Desk Lamp with AC Outlet and Phone Stands, Perfect Bedside Lamp for Bedroom, Living Room, Office (Pack of 2), Cream
Dreamholder
Amazon’s ChoicePrime3K+ bought in past month

Dreamholder Table Lamp with 3 USB Charging Ports, Modern Desk Lamp with AC Outlet and Phone Stands, Perfect Bedside Lamp for Bedroom, Living Room, Office (Pack of 2), Cream

  • THREE USB CHARGING PORTS AND 3-PRONG STANDARD AC OUTLET: This table lamp has three USB charging ports (total 5V/3A output) which can charge your devices simultaneously and efficiently; The 3-prong power outlet (total Max 937W) can charge your laptop, printer and other small appliances at home or office conveniently.(Charging function can work whether the light is on or off.)
9.2/10
4.6 / 5(5,040 reviews)
View on Amazon →
#10
Bedside Table Lamp with 3 Color Temperatures - 3000/4000/5000K Small Lamp with USB C+A Ports, Nightstand Lamp with 3 Color Modes by Pull Chain, Bedroom Lamp for Living Read Work(LED Bulb Included)
aooshine
Amazon’s ChoicePrime1K+ bought in past month

Bedside Table Lamp with 3 Color Temperatures - 3000/4000/5000K Small Lamp with USB C+A Ports, Nightstand Lamp with 3 Color Modes by Pull Chain, Bedroom Lamp for Living Read Work(LED Bulb Included)

  • Small Lamp with 3 Color Modes - Bedroom lamp comes with a stylish pull chain to control the lamp, you can easy to adjust 3 color temperatures: warm light, warm white and cool white(3000K, 4000K, 5000K) or turn on/off the light by pulling the chain, even in the darkness. Different Modes creates a different atmosphere to meet your daily needs.
9.2/10
4.6 / 5(4,506 reviews)
View on Amazon →
📊 Quick Comparison

Top 3 Side-by-Side

Compare the best options at a glance

Feature
#1Touch Table Lamp for...
#2Govee RGBIC Smart Table...
#3Yarra-Decor Bedside Table Lamp...
💰 Price23.9969.9915.98
Rating4.84.74.6
💬 Reviews541,45829,501
🚀 PrimeYesYesYes
🎯 Best ForBest OverallRunner UpGreat Value
📖 Expert Buying Guide

Everything You Need to Know

Our comprehensive guide to help you make the right purchase decision

When it comes to creating a cozy and functional bedroom environment, the right bedside table lamp can make all the difference. Not only do these lamps provide essential lighting for nighttime reading or relaxation, but they also serve as decorative accents that can enhance your room's decor. In this article, we will explore the top 10 bedside table lamps that combine style, functionality, and convenience.

2

Factors to Consider When Choosing a Bedside Table Lamp

Before selecting the perfect bedside table lamp, consider the following factors:

  • Size: Ensure the lamp fits well on your nightstand without overwhelming the space.
  • Style: Choose a design that complements your bedroom decor, whether it's modern, traditional, or minimalist.
  • Functionality: Look for features like dimming options, USB ports, or multiple brightness settings for added convenience.
3

Types of Bedside Table Lamps

There are various types of bedside table lamps to suit different preferences:

  • Touch Lamps: These lamps allow for easy control with a simple touch, making them convenient for nighttime use.
  • Dimmable Lamps: Perfect for creating the right ambiance, these lamps let you adjust the brightness to your liking.
  • Lamps with USB Ports: Ideal for charging devices overnight, these lamps combine functionality with style.
4

Decorating Tips with Bedside Table Lamps

To maximize the impact of your bedside table lamps, consider these decorating tips:

  • Layer Lighting: Use a combination of overhead and bedside lighting to create a warm and inviting atmosphere.
  • Coordinate Colors: Match the lamp shade with other decor elements, such as throw pillows or wall art.
  • Use Accessories: Enhance the look by placing decorative items like books or plants alongside the lamp on the nightstand.
🛡️ Our Methodology

Why Trust Our Rankings?

We analyze real data to bring you unbiased recommendations

📊

Data-Driven Analysis

We analyze 85,347+ real customer reviews to identify top performers

Unbiased Selection

Rankings based purely on ratings and reviews — no paid placements

🔄

Regularly Updated

Our guides are refreshed to reflect the latest products and prices

10+
Products Analyzed
85,347
Reviews Processed
4.6
Avg Rating
🔍

Looking for something else?

Browse our full collection of expert-curated top 10 guides.

View All Guides