Resetting a Wi-Fi camera to factory settings is a necessary procedure if the device has stopped connecting to the network, is displaying authorization errors, or you've forgotten your account password. Unlike regular routers, surveillance cameras often have unique reset mechanisms that vary by model and manufacturer. For example, Xiaomi Mi Home Camera requires holding the reset button for 10 seconds, whereas for Hikvision special software may be required.
In this article, we'll cover all the current methods: from a hard reset via a physical button to software methods via a web interface or mobile app. We'll pay special attention to nuances that manufacturers rarely mention in their instructions—for example, why a camera might not appear online after a reset or how to restore access to cloud storage. If your camera stuck at the connection stage or gives an error Device Offline, here you will find the solution.
When is a factory reset necessary?
A reset isn't always the first recommendation for camera issues. Often, problems can be resolved by rebooting the device or router. However, there are situations when a factory reset is the only solution:
- 🔐 Lost password From the camera's account or the Wi-Fi network it's connected to. For example, if you changed the router password but didn't update it in the camera's settings.
- 📡 The camera does not connect to the network, despite the correct Wi-Fi data. This could be due to a firmware glitch or an IP address conflict.
- 🔄 Firmware errors after an unsuccessful update. Some cameras (for example, Reolink RLC-510A) may become "bricked" and require a complete reset.
- 📱 The camera is not displayed in the app., although the indicators are lit normally. A common problem with devices Ezviz And TP-Link Tapo.
- 🛠️ Preparing for sale or transferResetting removes the link to your account and erases your post history (if stored locally).
Before you begin, check if the problem is related to router: Reboot it, make sure DHCP is enabled and there are no MAC address restrictions. If the camera is connected via cable (PoE), try a different port on the switch.
⚠️ Attention: After the reset, the camera will return to the factory network name (usually Camera_XXXXXX) and password (if any). All user settings, including recording schedules and detection zones, will be lost. For cameras with cloud storage (e.g., Yale Sync) You may need to reactivate your subscription.
Method 1: Hard reset via the RESET button
The most universal method that works on 90% of models - from budget ones Xiaomi to professional DahuaThe reset button is usually located on the back of the camera, near the power or microSD slots. It may look like this:
- 🔘 Small hole with an inscription
RESET(you need a paper clip or a toothpick). - 🔄 Button with the "circular arrow" symbol.
- 📌 Button
WPS/RESET(for some models TP-Link).
Algorithm of actions:
- Connect the camera to a power source (if it's not PoE). Wait until the status indicator starts flashing or stays on.
- Find the reset button and hold it for 10-30 seconds (The exact time depends on the model). For cameras Hikvision It may take up to 40 seconds.
- Release the button when the indicator starts flashing quickly (usually red or orange) - this indicates a successful reset.
- Wait for the camera to reboot (1-3 minutes). The camera will create a new network with the factory name.
Disconnect the camera from power for 10 seconds | Check that the RESET button is not dirty | Use a non-metallic object (plastic paper clip) | Write down the factory network name (usually on a sticker)
-->
If the camera does not appear on the network after the reset, try connecting to its direct access point (SSID like Camera_123456) and set up Wi-Fi again through the app. For some models Ezviz After reset, reactivation via QR code is required.
⚠️ Attention: For cameras with a battery (for example, Xiaomi Mi Home Camera 2K) Before resetting, make sure the battery charge is at least 20%. Otherwise, the process may be interrupted and the camera will not turn on.
| Brand | RESET hold time | Indication of successful reset | Factory password |
|---|---|---|---|
| Xiaomi | 10–15 sec | The yellow indicator flashes 3 times | None (open network) |
| TP-Link Tapo | 5–8 sec | The red indicator is constantly on | Indicated on the sticker |
| Hikvision | 30–40 sec | Sound signal + flashing | 12345 (default) |
| Ezviz | 15 sec | Voice message "Reset successful" | admin (logins and passwords) |
Method 2: Reset via the web interface
If the camera is connected to the network and you remember its IP address, you can reset it through a browser. This method is suitable for professional cameras (Dahua, Axis) and some household models with ONVIF support.
Instructions:
- Find out the camera's IP address:
- Via the manufacturer's application (section "Devices").
- In the router (list of connected devices).
- Using the program ONVIF Device Manager (for cameras that support the standard).
admin, the password is empty or 12345).System → Maintenance → Default (names may differ). For example, Dahua path: Configuration → System → Default.Restore to Factory Default and confirm the action.After the reset, the camera will reboot, and its IP address may change (if DHCP is used). Refresh the device list in the router or use network scanning program (For example, Advanced IP Scanner).
What should I do if the web interface doesn't open?
1. Check that the IP address of the camera and computer are in the same subnet (e.g. 192.168.1.X).
2. Disable Windows Firewall and antivirus software - they may be blocking access.
3. Try a different browser or clear the cache (Ctrl+Shift+Del).
4. If the camera is PoE, check that the switch port is supplying enough power (some cameras require 802.3af/at).
5. For cameras Hikvision a plugin may be required Web Components (download from the official website).
⚠️ Attention: For cloud-based cameras (e.g. Yale Sync or Arlo) Resetting via the web interface may not remove the account from the system. For complete unlinking, use the mobile app.
Method 3: Reset via mobile app
Consumer camera manufacturers (eg Xiaomi, TP-Link Tapo, Ezviz) often block access to the web interface, leaving only control via the proprietary software. In this case, the reset is performed as follows:
For example Mi Home (for cameras Xiaomi):
- Open the app and go to the devices section.
- Select your camera →
Settings (⚙️) → General → Reset settings. - Confirm the action. The camera will reboot and create a new network.
- Connect to it and go through the initial setup.
For TP-Link Tapo:
- Press and hold the camera icon in the app →
Device Management → Reset. - Enter your Tapo account password to confirm.
U Ezviz the procedure is more complicated:
- Go to
My Devices → select the camera → Device Info → Unbind Device. - After unbinding, perform a hardware reset (using the RESET button).
- 🔄 Reinstall the app and log in to your account again.
- 📱 Change the region in your account settings (relevant for Xiaomi, if the camera was purchased abroad).
- 🌐 Use VPN (some models) Hikvision require connection to Chinese servers).
If your camera is not showing up in the app but is connected to the network, try:
Method 4: Reset via Telnet or SSH (for advanced users)
This method is suitable for Linux-based cameras (for example, many models Dahua or Axis), if standard methods do not work. Carefully: Incorrect commands may permanently damage the device!
Instructions:
- Find out the IP address of the camera and connect to it via
Telnet(port 23) orSSH(port 22). For Windows use PuTTY, for macOS/Linux - terminal. - Log in. Default credentials:
- Login:
rootoradmin - Password:
12345,adminor empty (depending on the model).
- Login:
firstboot && reboot -f
or for some firmware:
mtd_write write factory default
If Telnet/SSH access is blocked, try:
- 🔧 Restore firmware via TFTP (requires special cable and software).
- 🔌 Use UART console (requires a soldering iron and electronics skills).
⚠️ Attention: After resetting via Telnet, some cameras (Dahua series IPC-HDW) may require reactivation of the license. Make sure you have a backup copy of the license file (usually.dator.lic).
Method 5: Reset via PoE injector (for professional cameras)
Cameras with support PoE (Power over Ethernet) sometimes require a special reset procedure via the injector. This applies to models Axis, Bosch or Hanwha Techwin, where the hardware button is missing.
Algorithm:
- Disconnect the camera from the PoE switch.
- Connect it directly to the PoE injector (without connecting to the network).
- Hold down the reset button on the injector (if equipped) or perform a power cycle:
- Turn on the power for 2 seconds.
- Turn off for 2 seconds.
- Repeat 3-5 times.
For cameras Axis there is a utility Axis Device Manager, which allows you to reset your device without physically accessing it. Download it from the official website and follow the instructions to restore factory settings.
What to do after a reset: setting up the camera from scratch
After a successful reset, the camera will return to its out-of-the-box state. You will need:
- Connect to her Wi-Fi network (the name is on the sticker). The password is usually absent or standard (
12345678). - Install the mobile app manufacturer and add the camera via QR code or manually.
- Set up a connection to your Wi-Fi network. Make sure the router is in wireless mode.
802.11n(some cameras do not support802.11ac). - Update firmware (if available). This will fix vulnerabilities and add new features.
- Set up notifications and detection zones (for cameras with motion detection).
- 📶 Check that the network is operating within range
2.4 GHz(most cameras don't support5 GHz). - 🔒 Make sure the network name does not contain Cyrillic characters or spaces.
- 🔄 Reboot your router and camera at the same time.
- 📡 Try connecting to the camera via cable (if there is an Ethernet port).
- Check that the camera is receiving power (the indicator should be on).
- Try holding the button longer (up to 60 seconds for some models) Hikvision).
- Use a different power source (e.g. smartphone charger instead of PoE).
- If the camera Xiaomi, try resetting through the app Mi Home with VPN enabled (region - China).
If the camera does not connect to Wi-Fi after reset:
FAQ: Frequently asked questions about resetting Wi-Fi cameras
❓ The camera won't reset—what should I do?
If holding the RESET button does not produce results:
If nothing helps, contact the manufacturer's support - it may require a firmware reflash UART.
❓ How do I reset the camera without the reset button?
If the reset button is missing or broken:
- For cameras with MicroSD: Remove the memory card, turn on the camera and hold the power button for 15 seconds.
- For PoE cameras: Disconnect and connect the power 5 times in a row with an interval of 2 seconds.
- Use the web interface or mobile app (if the camera is connected to the network).
- For cameras Dahua or Hikvision try the utility SADP Tool (download from the official website).
❓ After resetting, the camera won't connect to the app. Why?
Reasons and solutions:
- The camera is linked to another account: Please unlink via the web interface or contact support.
- Incompatible region: V Mi Home Change the region to "China" (for cameras purchased on AliExpress).
- Outdated firmware: Update the camera software via MicroSD (instructions are usually on the manufacturer's website).
- MAC address blocking: Check your router settings (MAC Filtering section).
❓ Is it possible to reset the camera remotely?
Yes, but only if:
- The camera is connected to your cloud account (e.g. Ezviz or Arlo). Use the "Remove device" function in the app.
- You have access to the router, through which you can block the camera and force it to reboot.
- The camera supports ONVIF - then you can use software like ONVIF Device Manager to reset.
For most consumer cameras (Xiaomi, TP-Link) Remote reset is not possible - physical access is required.
❓ Will resetting delete recordings from the memory card?
Depends on the model:
- Yes: most cameras (Xiaomi, Ezviz) reset formats MicroSD.
- No: some professional cameras (Dahua, Axis) save the records, but remove the access settings to them.
To save your recordings, remove the memory card. to Reset. If the camera won't turn on without a card, use a card reader to copy the data to a PC.