# Reset Bricked Pico

### Device Not Recognized?!

This happens sometimes. Could be because of your code, a glitch, a bug, many things.

### I held down the button, I got into DFU mode, and I reinstalled CircuitPython. It still doesn't work?!

The issue likely lies inside the flash memory chip on your Pico board.

### Can it be fixed?

Yeah, pretty easily actually. Just follow this link to the official Raspberry Pi website and download their UF2 file for resetting the flash memory. Then hold down the bootsel button while plugging in your PICO to get it into DFU mode, just as if you were going to install CircuitPython but instead you want to drag and drop this flash\_nuke.uf2 file into your Pico's root directory instead. When it's finished you should be able to reinstall CircuitPython without any problems.

{% embed url="<https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#resetting-flash-memory>" %}

<figure><img src="/files/t67EAAb7a0RGknhJ2khF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://learn.breadstick.ca/breadstick/pico-slices/reset-bricked-pico.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
