Time for a redesign? Use our checklist to assess your software's design needs—quick fixes or a full overhaul. ✉️

User Control and Freedom

August 22, 2024
Meganne Ohata
The user should have the ability to always undo actions, change their mind about decisions, and fix any errors.
—Nielsen Norman Group

We as humans are too often in a rush, don’t read things through, or insist on knowing the way. I think we can all relate to at least one incident where we’ve acted on impulse against better judgement. I know that for myself, I have a wildly illogical habit of clicking frantically around the screen when I’m confused or something loads unexpectedly slowly! 🙈 So what exactly does user control and freedom mean, when more often than not, we as users like to run around and break things?

I think that to have control, one must first understand the rules of the world they’re working in. You can’t have control over something you don’t quite understand, right? So the user should be made aware of the functions, dangers, limitations and so on of the platform they’re working within. On the flip side, enterprise systems are going to be fairly complicated by nature. Some may be flexible and others aren’t, for example. So the freedom the user is able to achieve will inherently have some constraints, and being able to work within these limitations while learning, exploring or just plain being human, is what this heuristic is all about.

Let’s break down the 3 pillars that hold the user’s freedom and control in balance.

Ability to undo actions

"Undo" refers to the saving grace that the users look for after they’ve already executed an action, and suddenly realize that they want to take it back. (Think of Gob Bluth in Arrested Development saying: “I’ve made a huge mistake”.)

The action could be high or low stakes, and that difference generally tells us as designers how to approach the "Undo". If it’s something routine or low stakes, maybe a small notification appears for a few moments at the edge of the screen confirming your action and providing an Undo button. If it’s something with greater weight that could severely impact the value or workflow of the platform, a more obtrusive solution could be more appropriate.

Undo pattern example

Many platforms have an Undo action as a nice, subtle fallback for users. The most popular example is probably Gmail, but we also see this in task management systems. Usually, it appears for a short period of time at the bottom somewhere; the assumption is that the majority of the time, the user isn’t going to need it and that the stakes are fairly low.

The "Undo" feature could also present a golden research opportunity: Why did users want to undo their actions? Digging into this could reveal a lot—Perhaps there were UX or microcopy blind spots, or maybe the repercussions of this action are unclear, and caused anxiety and confusion. Observing and speaking to users about this might reveal surprising insights and next steps in strengthening how your product approaches user control and freedom.

Matching Between the System and the Real World is the second of the 10 Heuristic Principles that form the UX foundations of design. You can read our deep dive into how each of the ten principles applies in the enterprise UX world.

Flexibility around changing their minds

This differs from "Undo" in that a user could decide to change their minds independently of a specific action, or it could be that significant time has elapsed since their decision was made. The reasons are vast here and also worth digging into if you find a recurring behaviour around a specific area of the workflow.

Some reasons may include:

  • The person received new / additional information in the real world and is making adjustments to a previous decision (see our article on matching system to real world 😜)
  • They headed down a particular path simply out of curiosity, and aren’t interested in it anymore
  • The user is handling something sensitive and doesn’t see evidence of their previous actions, and wants to backtrack in order to double check
  • After exploring some other screens, the user lands on a screen that they aren’t willing to engage with at the moment

If we look at it through an emotional lens, we can see that with just these few examples, the emotions can range from neutral to engaged and curious to anxious and uncertain. That’s quite a spread to design for! To handle this, we can refer back to the idea of freedom and control and how understanding the "rules of the world" fits in. This means that each individual solution needs to map to the user’s mental model of where their decision fits into the platform.

Subscription plans example

Have you ever encountered a confusing or sticky situation when it came to trying to make changes to your subscription plan? This heuristic tells us that when we change our mind —whether we want to upgrade, cancel, or otherwise modify something later on— we should be able to. In this example, we see that the user is offered a method of upgrading to the Gold Plan (and what they receive as part of it), and there’s also a route to help them cancel their subscription entirely.

Subscription plan comparison UI with option to cancel

Presenting both the upgrade option and the cancellation allows users quite a bit of flexibility, they don’t have to root around to find the cancellation option elsewhere.

Insurance quote flow example

While filling in some information about their new dog for a pet insurance quote, the user is suddenly unsure of whether the weight they had put down is accurate or not. They’re tempted to go back several steps to double-check, but are afraid of losing their current progress. Provide a way to visually reassure and confirm the user of their past inputs, as well as methods or language around what they can do to change their mind if needed. Being able to go back and make adjustments is a fantastic way of supporting the “changing your mind” aspect of this heuristic. In this example, we approach it by providing a stepper as well as a side-summary window on the right.

In an accounting software, anything that remotely resembled red or green carried additional meaning for the users. It was immediately associated with costs or savings due to industry standards. A subset of colours were defined for clear data visualization.

Visibility of System Status (Heuristic #1) looks at creating experiences from the lens of communicating what the computer is doing – it’s a great deep dive if you’re curious about making a communicative interface.

Version history example

Version history is another way to support users changing their minds down the line. We see this in many documentation-based platforms such as Google Docs, Scrivener and Notion; as well as in creative programs, such as Photoshop and Figma —the list goes on! This is really helpful because in these kinds of programs, it’s not so much that a user could make a singular, specific “mistake”, but that part of the process involves exploring different paths. Only once you’ve gone down a certain path might you start to think about revisiting an earlier version and branching out from a different point, and version history serves that purpose as well as providing a sense of safety and documentation.

Screenshot of figma and google docs version history UIs

Capacity to fix errors

So, the worst has happened, the user went ahead and did something that caused an error, but the opportunity to undo has either sailed or wasn’t applicable in the first place. We can talk heaps about error messages, and in fact have some dedicated posts specifically for deep diving into this juicy subject.

The solutions for error messages revolve around these questions:

  • What happened, and why?
  • What can the user do to come back from it?

The first and most basic step you can take is to provide a clear error message to the user to communicate with transparency. This way, they can regain some confidence and trust by being able to get their bearings. Clarity is achieved by an explanation that is visible, and accessible and helps them prevent getting the same error in the future. Always assume that the user may not fully understand the error, and provide context or secondary links as a lifeline. The method of recovery should be consistent for similar types of errors, and while prevention is a great strategy, don’t assume that things can’t go wrong. Errors could be created even with the best prevention systems in place. The power could go out, or they don’t recall that maintenance is scheduled while they’re in the middle of their workflow. Find ways of recognizing and rectifying the situation in whatever way you can on your end. A good rule of thumb is that if there are any data restrictions set for the user, providing a method to meet those restrictions is always helpful.

Image upload example

Uploading an image with a specific dimension required can be a huge pain in the behind. The user either needs to find independent means of creating that specific size, or, even better, the platform that’s setting this restriction allows for the user to meet that expectation directly; this could be an additional step that involves a crop or resize tool directly after the image upload.

Matching columns when uploading data example

If uploading a single image can already be cause for annoyance, we can see how much more loaded things can get when you’re uploading a CSV file. Many platforms need to map specific columns or rows to their own labels in the database, otherwise the data will be processed incorrectly (or outright rejected). Instead of repeated attempts at notifying the user of the errors, a higher quality of UX could allow the user to clarify and map the particular column or row in question to the correct data point. This very literally allows people to fix their errors and avoids blocking and getting people to simply "try again".

Matching between System and Real Worlds brings up some really interesting points around handling cases where you are making interactions emulate UX patterns…or perhaps you need to pave the way for a new way of thinking..

Free Birds and Control Freaks

Now that we’ve broken down the 3 main components of this heuristic, let’s revisit this from a holistic perspective. We know that enterprise tools often have complex data sets and the stakes could be high —many of these platforms handle medical or financial information, for example. So how does this focus on free birds and control freaks fit in? It’s because each person has different interaction preferences and learning curves, and handles uncertainty in different ways. Having these design strategies in place helps build confidence in using the platform as users explore and work in their own individual ways. It helps alleviate anxiety around handling and processing large and potentially sensitive data sets, and also accounts for supporting a gentler cognitive load.

Reducing anxiety while boosting confidence isn’t the only reason for supporting users with "Undo", changing minds or fixing errors. It could be as simple as curiosity and forgetfulness; users may want to see what’s required at the next step, poke around in a new feature, or get a better understanding of a functionality. Other users may simply learn by doing. And sometimes users are already familiar with what they want to do, but are simply working quickly or engaging in unpredictable behaviours.

In general, assume that users will break things, so having freedom and control considerations built in for when they deviate from the Happy Path gives them space to experiment and fail safely. At the same time, it provides guidance and supports their growth, learning, and cognitive load, which ultimately increases confidence and trust in your product.

What’s Next?

If you’re joining us for the first time in this series, make sure to check out our 10 heuristic principles from an enterprise angle. Don’t forget to sign up to our newsletter so you can be the first to get it while it’s hot!

Running a heuristic evaluation of your own?

We know the challenge that analyzing heuristics can be, but presenting those usability findings to your entire team in a neat report is a whole other ballgame. Check out our UX Heuristic Report Template Kit!

Great data-rich UX minus the mess

Our secret methodology for features that hinge on data.

Amazing design for data-rich features relies on:
Clarifying the problem space

  • Unveiling the mystery of the data
  • Establishing great collaborations that will lead to better data quality
  • Creating realistic designs that fully consider the data structure, limitations and capacities
  • Solidifying rationale through a process of understanding

Our Data Mapping Workshop is a tried and tested approach to understanding the data deeply, so you can design better (and look like a total pro in the process).

Data Mapping Workshop

$499 USD
Learn More

Download our Table UX Audit Checklist

Do a mini UX audit on your table views & find your trouble spots with this free guide.

Available in a printable version (pdf).

Please fill in the form below and it will be in your inbox shortly after.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
letters

Want to dig deeper on flow diagrams?

Be the first to know about our upcoming release!

If you found this intro content useful and find yourself needing to express yourself more efficiently on your software team, this training is for you. Our new flowchart training includes real-life enterprise stories and examples for using flowcharts for UX. You’ll get tips on how to make your diagramming efforts successful, how to derive info for the flow charts, and how to get others to use and participate in the diagramming process.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Contact Us

Intro to UX for Teams

A fun, high-impact injection that levels up your entire team and gets UX alignment without all the fluff. We cover everything from the basics of UX to real-life, enterprise examples that you might just sound a little familiar.

For up to 20 team members
7 Videos
55 min
$1000 USD

Explore our UX/UI Services

Curious about the possibility of working with the P&P crew on your enterprise software project? Check out our services.

Our services

Join our newsletter

Bringing enterprise-grade UX resources into the world to help you think better and have more interesting conversations with your crew!

Newsletter sign up

Data Tables Checklist

This free checklist lets you double check your data tables for their UX quality and assess various aspects which make or break the data table experience for your users.

PDF
Free

Data Tables Masterclass

We’ve crafted the masterclass to enrich and expand upon your experience reading our article. Peppering in design principles, more examples and workflow nuances that’ll help you deliver high quality UX.

90 MIN
$149
$99 USD

Curious about our Products for Enterprise software?

Check out what other goodies we have for you and your team

Explore products

Data Tables Checklist

This free checklist lets you double check your data tables for their UX quality and assess various aspects which make or break the data table experience for your users.

PDF
Free

Explore our UX/UI Services

Curious about the possibility of working with the P&P crew on your enterprise software project? Check out our services.

Our services

Join our newsletter

Bringing enterprise-grade UX resources into the world to help you think better and have more interesting conversations with your crew!

Newsletter sign up

Interaction Design Masterclass

Ready to level up with a 1 hour masterclass full of real, enterprise-grade examples?

Check out the Masterclass

Need expert ux help?

Explore your needs and possible solutions in a free, 30 minute session with us.

Book Free Session

Get your free Redesign Assessment Checklist!

We've put together a 14 page PDF with situational questions in a variety of focus areas to help you figure out what kind of needs and solutions you can explore for your software.

Get the Redesign Assement Checklist

Get your Heuristic Report Template Kit

Spend your time and life force actually doing your heuristic evaluation, rather than endless visual fiddling. Complete with a easy to customize Figma file and comprehensive how to videos!

Check out the Heuristic Report Template Kit