> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-us/general-pinpad-support/general-pinpad-help/power-issues.md).

# Power Issues

Troubleshooting steps for devices experiencing power issues.

{% hint style="info" %}
**Use this when** a device is randomly rebooting, showing a blank screen with no device lights, or has no power at all.
{% endhint %}

## Symptoms

You may see one or more of the following:

* Random device reboots
* A blank screen with no device lights
* No power to the device at all

**Most likely cause:** a loose or broken peripheral connection (cables), or an incorrect device clock causing a scheduled reboot at the wrong time.

## Before you start

* Devices — hardwired or mobile — need both power and an internet connection to operate. Confirm which kind of power issue you're seeing before choosing a path below.

## Pick the correct path

1. Inconsistent power connection — the device is intermittently powered, or loses power at random.
2. Reboots at the same time every day — the device reboots on a predictable daily schedule.

<details>

<summary>1) Inconsistent power connection</summary>

{% stepper %}
{% step %}

### Check the cables

If your site setup permits, follow the cables from the back of the device. Make sure the backplate and all cables are firmly seated. Reconnect or secure anything loose.

* If a peripheral is broken, get its part number (P/N) and replace it.
  {% endstep %}

{% step %}

### Test the outlet

Confirm the power outlet is functional. Switch to a known-working outlet to test.
{% endstep %}

{% step %}

### Isolate the device

If your site setup permits, move the device — without its cables — to a known-working station.

* If the issue follows the device, the device itself is likely the cause and may need replacement.
* If the issue does not follow the device, one of the peripheral cables is the cause — isolate further to find which one.

✅ **Issue fixed — stop here.** ❌ **Still not working — continue to escalation below.**
{% endstep %}
{% endstepper %}

</details>

<details>

<summary>2) Reboots at the same time every day</summary>

{% stepper %}
{% step %}

### Check the device's time setting

Verify the device's time is set correctly — check in VHQ (as the VHQ admin) or in the device settings. An incorrect 24-hour clock can cause the device to reboot midday instead of overnight.

✅ **Issue fixed — stop here.** ❌ **Still not working, or the time is already correct — continue to escalation below.**
{% endstep %}
{% endstepper %}

</details>

## Still not working? Contact the Helpdesk

{% hint style="info" %}
If the time needs correcting and you can't fix it yourself, or the issue isn't resolved above, contact your Merchant Services Provider or, if applicable, the Verifone Helpdesk.
{% endhint %}

<details>

<summary>Keywords</summary>

Also called: device won't power on, random reboots, no power, power cycling. Search terms: power issues, inconsistent power, daily reboot.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/support-us/general-pinpad-support/general-pinpad-help/power-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
