UX Glossary Interaction Design

Drag Interaction

Interaction Design

A gesture-based input where users press, hold, and move an element across a surface to reorder, resize, or reposition it. Drag interactions require clear affordances signaling that an element is movable, visual feedback during the drag itself, and a satisfying drop confirmation — absent any of these, users are often unsure whether the action succeeded.

Drag Interaction illustration
Source: upload.wikimedia.org

Common contexts

Use when

When users need to spatially reorder or reposition items and the relationship between source and destination is visually obvious. Drag is most appropriate on desktop or tablet where precise motor control is available.

Avoid when

Avoid using drag as the only interaction path on mobile — small touch targets and scroll interference make drag unreliable on phones, and users who rely on keyboards or assistive technology will be entirely excluded.

A drag interaction that works flawlessly on a trackpad often fails completely on a touchscreen — test drag affordances on the lowest-fidelity device your users actually carry, not the device on your desk.

Real-world examples

Related terms

Gesture Affordance Feedback Gestural Interface Component State
← Browse all UX Glossary terms