Free Online Flashlight

Turn your screen into a bright light. Activate camera LED on mobile.

No data leaves your device
Tap the button or press Space to turn on
100%
min sec
Quick set
Reading
Mode
Tap anywhere or press Space to turn off

How It Works

  1. Tap the power button: Your entire screen turns into a bright, uniform light source.
  2. Adjust brightness: Slide the brightness control to set the perfect level for your needs.
  3. Choose a color: White for maximum brightness, warm/amber for comfortable reading light, or red to preserve night vision.
  4. Go fullscreen: Remove browser chrome for maximum light area. Your screen stays on automatically.
  5. Set a timer: Choose a duration so the light turns off automatically, useful for hands-free use.
  6. Camera LED (mobile): On supported devices, activate the rear flash LED for a much brighter, focused beam.

When to Use This

Screen Light vs Camera LED

Your screen produces a diffused, wide-area light, perfect for illuminating a room or reading. The camera LED torch produces a focused, much brighter beam like a traditional flashlight.

Camera LED compatibility: Chrome on Android (most devices). Does not work on iPhone/iPad (Safari has no torch API), Firefox for Android (no torch API), or desktop browsers. The tool detects support automatically and tells you why if your device can't use it. Open the page in Chrome for the best experience. The screen light works on every browser regardless.

What a screen flashlight actually does

A screen flashlight turns your device's display, which is normally a thousand tiny color sources, into a single uniform light panel. Modern phone screens emit roughly 400 to 800 nits at full brightness, with some 2026 flagships reaching 2,000 nits for HDR content. By comparison, a single 60-watt incandescent bulb emits about 800 lumens; a phone screen at full brightness from 30 cm illuminates a similar area to an old-fashioned bedside reading lamp. It is not a substitute for a dedicated LED torch (which reaches 100 to 1,000 lumens in a focused beam), but it works the moment you open a webpage, on any device, with zero installation.

The color of the light matters more than people realize. White-screen flashlight light at full brightness contains a significant blue-spectrum component (around 450 nm), which the human eye perceives as bright but which also suppresses melatonin production. The 2014 Czeisler/Chang study at Harvard Medical School found reading on a light-emitting device for four hours before bed delayed circadian timing by an average of 1.5 hours compared to reading paper. For night use, warm amber (around 2700 K to 3000 K) or dim red light disrupts circadian rhythm less, and red light specifically preserves dark adaptation: the rod cells in your retina that handle low-light vision remain sensitive under red wavelengths, which is why astronomers, submariners, and military operators use red-light workstations.

Modern OLED screens (most flagship phones since 2018) emit light per pixel rather than from a single backlight, so a full-white screen at maximum brightness draws meaningful current. A typical OLED phone screen at peak brightness drains a fully-charged battery in 4 to 6 hours of pure light use. LCD screens (cheaper phones, many tablets, all laptops) draw more or less constant power regardless of pixel color because the backlight is always on. The Wake Lock API used here prevents the screen from auto-sleeping while the flashlight is active, which means battery drain is a real consideration for extended use.

How this tool works under the hood

When you click "Fullscreen," the page calls the browser's Fullscreen API (element.requestFullscreen()) to remove the navigation bar, address bar, and tabs, leaving only your chosen color/gradient filling the display. The Wake Lock API (navigator.wakeLock.request('screen')) tells the OS not to auto-dim or sleep the screen while the flashlight is on, which is critical because operating systems normally turn off the screen after 30 to 120 seconds of inactivity.

The color and gradient choices are pure CSS: a single background-color property for solid colors, or background: linear-gradient(...) for the gradient presets. No images are involved unless you upload one, in which case it becomes a background-image from an object-URL blob, stored only in memory on your device. The brightness slider adjusts the OS-level brightness if the browser exposes that API, but for most users it just dims the white screen toward gray (since CSS cannot exceed the device's current brightness setting). Always set your device brightness to maximum manually for the best result.

The Camera LED feature uses the experimental MediaStreamTrack ImageCapture API with the torch: true constraint. On Chrome for Android, this opens the rear camera (without showing video), sets the torch capability, and turns on the flash LED. The video stream is requested only to access the torch hardware; no video is recorded or displayed. iOS Safari does not expose this API at all (a long-standing Apple restriction), and Firefox for Android explicitly returns false for the torch capability even on devices with torch hardware. Browser support is the most volatile part of this tool, and the page detects it at runtime to show the right UI.

Brief history of portable lighting

Real-world workflows

Common pitfalls and what they mean

Privacy: no data leaves your device

The 2013 FTC settlement with "Brightest Flashlight Free" is still the textbook case of permission overreach: a free flashlight app that asked for location, contacts, and device ID, then sold that data to advertisers. Many "free" flashlight apps still ask for permissions far beyond what a flashlight requires. The current Google Play store policy restricts which permissions a flashlight app can request, but the lesson remains: a tool that requires only a bright screen should not need access to your location, contacts, or browsing history.

This tool requests no permissions at all until you specifically use a feature that requires one. The screen light works with zero permission grants. Fullscreen mode requires only the implicit user-gesture permission (a click), no popup. Wake Lock works without prompting on most browsers. The Camera LED feature, on devices that support it, will prompt for camera access (because the torch is accessed via the camera hardware), and that permission is for the page only, revocable at any time, and never transmits any image data anywhere. Your uploaded background image (if any) becomes a blob URL in memory only, never uploaded to a server. Close the tab and everything is gone.

When another tool is the right pick

Other frequently asked questions

Will this drain my battery faster than normal screen use?

On OLED phones (most flagships since 2018), yes, significantly. A full-white screen at maximum brightness lights every pixel at peak output, drawing more power than video playback or web browsing. Expect 4 to 6 hours of runtime from a full charge in continuous use. On LCD screens (cheaper phones, tablets, laptops), the backlight is constant regardless of pixel color, so a flashlight is no more battery-intensive than any other bright application. Plug into power for sustained use, or accept that this is an emergency / short-duration tool.

Why does the camera LED not work on my iPhone?

Apple has never exposed the iOS camera torch to Safari or any third-party browser. This is a long-standing platform decision dating to the original iPhone in 2007, intended to prevent web pages from accessing flash hardware. The iOS built-in Camera app and Control Center flashlight access the torch directly via private system APIs not available to web pages. Your iPhone has a flashlight; it is only accessible through Apple's Control Center, not through a browser. The screen-light feature works on iPhones the same as anywhere else.

Is red light really better for night vision?

Yes, and the physiology is well-established. Rod cells in your retina handle low-light vision and contain rhodopsin, a pigment that takes 20 to 30 minutes of darkness to fully build up. Rhodopsin is most sensitive to blue-green wavelengths (around 500 nm) and barely responds to red (around 650 nm). Red light at low intensity lets you read or navigate without bleaching the rhodopsin, preserving your dark adaptation. Astronomers, submarine crews, military pilots, and night-vision-goggle operators all use red-light workstations for this reason.

Can I use this offline?

Once the page has loaded once, most modern browsers cache the HTML, CSS, and JavaScript so a return visit works offline. The tool does not make any network requests during use, so it functions identically with airplane mode on. The most reliable approach is to bookmark the page and visit it on a normal day, ensuring it is cached, so it is available during a power outage even if your data connection is unreliable.

Why does my screen still dim or sleep?

Most modern browsers support the Wake Lock API and the tool requests a screen wake lock automatically. If your screen still dims or sleeps, two things to check: (1) Battery Saver / Low Power Mode often overrides Wake Lock; turn off Battery Saver for sustained use. (2) Older browsers (Firefox before version 126 on some platforms, very old Safari) lack Wake Lock support; the tool falls back to a periodic silent video trick that works on most devices but not all. Plugging into power and disabling auto-sleep in your OS settings is the most reliable workaround.

Is it dangerous to look at the screen at full brightness?

A phone screen at maximum brightness produces 400 to 2000 nits of luminance, comparable to looking at a piece of white paper in indoor sunlight (10,000 nits) or a cloudy sky (5,000 nits), so it is not damaging in the way that staring at the sun or a welding arc is damaging. However, holding a bright screen 10 cm from your face causes immediate eye strain and afterimages, and prolonged use at night disrupts circadian rhythm. Use it as a tool to illuminate the world (point it at things), not to look directly into. For young children, dim it considerably and supervise use to avoid eye discomfort.

Related Tools

White Screen & Monitor Test Stopwatch Color Converter Pixel Ruler