Deselect vs Unselect: Which One Is Actually Correct?

Deselect vs Unselect is a common word-choice question, especially when writing software instructions, website content, or user-interface labels.

Both words can describe reversing a previous selection, but they are not equally established in standard English. Deselect is the preferred and more widely recognized term, while unselect is understandable but less conventional in professional writing.

The choice becomes even more interesting when you consider related terms such as uncheck, clear selection, and deselect all, which may be more accurate depending on the action.

In this guide, you’ll learn the exact difference between deselect and unselect, see real-world examples, understand when uncheck is better, and discover the wording used in modern software and technical documentation. By the end, choosing the right term will be simple.


Quick Answer Deselect vs Unselect

Deselect is the preferred word. Use deselect when you mean “remove something that has already been selected.”

Unselect is understandable and sometimes used in computing, but deselect is the more established choice for professional and technical English. For a checkbox, however, uncheck is often more precise.

WordMeaningBest useRecommendation
DeselectRemove a selectionSoftware, documents, general English✅ Best choice
UnselectReverse a selectionInformal/technical usage⚠️ Understandable
UncheckRemove a check markCheckboxes and forms✅ Best for checkboxes
Clear selectionRemove current selectionsFilters, forms, bulk actions✅ Very useful

The simplest pattern is:

Select → Deselect

Check → Uncheck

Select everything → Deselect All / Clear Selection


Deselect means to remove something from a group or list of things that have been selected.

Oxford defines the computing sense as removing something from the list of possible choices on a computer menu. It also lists deselect as a verb with forms such as deselected and deselecting.

You might see deselect in instructions such as:

  • Deselect the option if you do not want notifications.
  • Click the photo again to deselect it.
  • Deselect all files before closing the folder.
  • Deselect any filters you do not need.
  • The program automatically deselects the previous item.
See also  Cosy or Cozy: Which Spelling Is Correct? (UK vs US Guide)

The important idea is that something was selected first.

You cannot normally “deselect” something that was never selected.

FormExample
deselectPlease deselect this option.
deselectsThe app deselects the previous item.
deselectedThe file has been deselected.
deselectingShe is deselecting several photos.
deselectionThe system supports automatic deselection.

Oxford also lists deselection as a noun.


The word follows a familiar English pattern in which de- can indicate reversal or removal.

For example:

  • activate → deactivate
  • code → decode
  • centralize → decentralize
  • select → deselect

That does not mean every English verb must use de- when an action is reversed. English has several different patterns for expressing reversal.

That is exactly why unselect can feel logical while deselect remains the more established choice.

The question is not simply:

“Does un- mean the opposite?”

It does.

The better question is:

“Which verb is established for this particular action?”

For selection, deselect has the stronger established usage.


Unselect generally means to reverse or cancel a previous selection.

For example:

Click the item again to unselect it.

Most readers will understand the sentence immediately.

The problem is not that unselect is impossible to understand. The problem is that it is less established than deselect in standard professional English.

That distinction matters when you are writing:

  • software documentation
  • help articles
  • user-interface instructions
  • educational material
  • technical manuals
  • professional websites

In those situations, there is little benefit in choosing unselect when deselect is already clear and established.

Because English frequently uses un- to express reversal:

  • undo
  • unlock
  • unplug
  • unfollow
  • unfriend
  • uncheck

So the logic appears straightforward:

select → unselect

But English is not a perfectly mathematical system. A word can be logically constructed and still be less conventional than another established word.

That is what happens here.


There is usually very little difference in meaning. Both words can communicate that a previous selection should be reversed.

The difference is mainly usage, convention, and register.

FeatureDeselectUnselect
Meaning is understandable
Established computing termLess established
Professional writingPreferredLess preferred
Technical documentationPreferredSometimes used
UI instructionsPreferredUsually avoid
Casual conversationFineUnderstandable
Best default choiceYesNo

So if you are choosing one word for an article, manual, application, or website:

See also  Cringy or Cringey: Which Spelling Is Correct?

Choose deselect.


This is one of the most useful distinctions.

Imagine an online form containing this checkbox:

☑ Send me product updates

If the user wants to remove the check mark, the clearest instruction is:

Uncheck “Send me product updates.”

Now imagine a photo editor where a person has selected part of an image:

Deselect the image.

There is no checkbox to uncheck. The user is changing a selection state.

So:

Checkbox → uncheck

Selection → deselect

This small distinction makes UI writing much more precise.


What about multiple selected items?

Suppose a file manager has ten selected files.

You could write:

Deselect All

That is perfectly natural because it directly reverses Select All.

Another possibility is:

Clear Selection

This is especially useful when an interface treats the current selections as a group or state.

For example:

  • Select All
  • Deselect All
  • Clear Selection

All three can work, but the best choice depends on what the interface actually does.

Use Deselect All when you want to emphasize the reversal of selection.

Use Clear Selection when you want to emphasize removing the current selection state.


I selected the person in the photo, then clicked Deselect to remove the selection.

Deselect the “Free Shipping” filter to see all available products.

Select the documents you want to move, then deselect any files you added by mistake.

Uncheck the newsletter box if you do not want promotional emails.

Notice that uncheck is better than deselect because the control is specifically a checkbox.

Click Clear Selection to remove all selected categories.

These examples show why good word choice depends on the action, not simply on finding a universal opposite of select.


There is an interesting meaning of deselect that has nothing to do with computers.

In UK politics, a political party can deselect an existing MP, meaning the local party does not choose that person as its candidate for the next election. Oxford lists this as a separate political meaning.

For example:

The local party voted to deselect the sitting MP.

Here, deselect does not mean clicking a button. It refers to a political candidate-selection process.

See also  Ingrained or Engrained: The Surprising Spelling Difference Most Writers Miss

The related noun deselection is also used for this political process. Cambridge describes deselection as a specialized UK political term.

This is a useful reminder that deselect has a broader history of use than many people realize.


Developers regularly deal with selected and unselected states.

For example, an accessible interface may expose whether an item is selected using the ARIA aria-selected state:

<button aria-selected="true">Reports</button>

When the item is no longer selected:

<button aria-selected="false">Reports</button>

In documentation, it is natural to describe the action as:

Deselect the Reports tab.

You may also see these related terms:

  • selected
  • unselected
  • selection
  • deselect
  • deselected
  • selection state
  • active state
  • inactive state

An important detail is that unselected is perfectly normal English even though unselect is less established as the preferred verb.

For example:

The unselected items remain visible.

That sentence sounds completely natural.


When writing interface text, choose the word that describes the actual user action.

Interface actionBest wording
Remove an item from a selectionDeselect
Remove a checkbox markUncheck
Remove all selected itemsClear Selection
Reverse Select AllDeselect All
Switch a setting from on to offTurn Off
Remove an item from a listRemove

This is better than automatically using deselect everywhere.

For example:

Deselect the checkbox.

Uncheck the checkbox.

But:

Uncheck the selected photo.

Deselect the selected photo.

Precision improves both readability and user experience.


Weak or incorrect wordingBetter wording
Please unselect the option.Please deselect the option.
Click unselect.Click Deselect.
Unselect all files.Deselect all files.
Deselect the checkbox.Uncheck the checkbox.
Uncheck the selected image.Deselect the selected image.
The option is unselect.The option is unselected.
Click de-select.Click deselect.

For modern standard usage, write deselect as one word.

Oxford’s current entry uses the closed form deselect, with deselected and deselecting as its verb forms.

So:

deselect

is preferable to:

de-select ⚠️


When you are unsure, ask:

Did I select something and now want to reverse that selection?

Deselect

Is it a checkbox with a check mark?

Uncheck

Am I removing every current selection?

Deselect All or Clear Selection

Am I switching a setting from on to off?

Turn Off or Toggle Off

This test solves most real-world cases.


Yes, unselect is understandable and is used in some technical contexts. However, deselect is the stronger and more established choice for professional English.

Yes. Deselect is a standard verb, and Oxford lists it specifically as a computing term for removing something from a list of possible choices.

In most software contexts, deselect is the clearest opposite. Depending on the interface, uncheck, clear, or remove may be more precise.

Yes. Unselected is a normal adjective describing something that has not been selected.

For example:

The unselected options are still available.

This does not make unselect the preferred verb.

Use deselect for a selection and uncheck for a checkbox.

Deselect the image.
Uncheck the box.

Yes. Deselect All is a natural interface command and is the direct counterpart of Select All.

Deselect is the preferred modern spelling. Oxford lists it as one word.

It means that a political party does not select an existing MP as its candidate for the next election. Oxford identifies this as a UK political meaning.

For documentation and user-facing interface language, deselect is the safest default. Use more specific terms such as uncheck or clear selection when they describe the action more accurately.


Deselect is the better choice.

Both deselect and unselect can communicate the idea of reversing a selection, but deselect is the established term you should normally choose in professional, technical, and user-interface writing.

Oxford explicitly recognizes its computing use and its separate UK political meaning.The important point is not to treat deselect as the answer to every situation. Good writing uses the most precise word for the action:

Select → Deselect

Checkbox → Uncheck

All selections → Deselect All / Clear Selection

Setting → Turn Off

If you remember that four-part rule, you will rarely need to wonder whether deselect or unselect is the right choice again.


Leave a Comment