# TSG: Pen draws while hovering

## Overview

Normally, your pen should only draw or "click" when you press down on the tablet. If it's always drawing even while you are hovering (not touching the tablet), then something is very wrong.

This is a very common problem people run into. Sometimes it happens the first time they start using the tablet and sometimes only after years have passed.

## Causes

The two most common causes of this problem are:

* There is something wrong with the nib.
* Something is physically wrong with the pen internals. You'll need a replacement.
* The driver is having a temporary problem. Often resolved by restarting the computer.

## **Check if the problem happens in the driver app**

Instructions here: [DIAG: Testing pressure in the tablet driver](/drawtab/troubleshoot/diag-pressure-in-tablet-driver.md). If the problem does not occur in the driver app, then it indicates the problem may be app specific.

## Things to try

Try the [Common drawing troubleshooting steps](/drawtab/troubleshoot/common-drawing-tsg-steps.md).

### **Reseat the nib**

Try taking the nib out and putting it back in. While it is out look for any damage.

### **Replacing the nib**

Your tablet probably came with some extra nibs. Try replacing the nib with one of the extras.

### **Adjust the pressure curve**

Sometimes a pen is reporting pressure even when it isn't in contact with anything.

In the tablet driver, try dragging the lower left point of the pressure curve to the right until the pen stops drawing while hovering.

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

**If nothing helps**

If the problem continues, then contact support: [Contacting support](/drawtab/basics/support.md).


---

# 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://docs.sevenpens.com/drawtab/troubleshoot/tsg-pen-draws-while-hovering.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.
