Problem-Solving Techniques That Work For All Types of Challenges
Updated: Jul 4
Essay by Spencer Greenberg, Clearer Thinking founder
A lot of people don’t realize that there are general purpose problem solving techniques that cut across domains. They can help you deal with thorny challenges in work, your personal life, startups, or even if you’re trying to prove a new theorem in math.
Below are the 26 general purpose problem solving techniques that I like best, along with a one-word name I picked for each, and hypothetical examples to illustrate what sort of strategy I’m referring to.
Consider opening up this list whenever you’re stuck solving a challenging problem. It’s likely that one or more of these techniques can help!
1. Clarifying
Try to define the problem you are facing as precisely as you can, maybe by writing down a detailed description of exactly what the problem is and what constraints exist for a solution, or by describing it in detail to another person. This may lead to you realizing the problem is not quite what you had thought, or that it has a more obvious solution than you thought.
Life Example
“I thought that I needed to find a new job, but when I thought really carefully about what I don’t like about my current job, I realized that I could likely fix those things by talking to my boss or even, potentially, just by thinking about them differently.”
Startup Example
“we thought we had a problem with users not wanting to sign up for the product, but when we carefully investigated what the problem really was, we discovered it was actually more of a problem of users wanting the product but then growing frustrated because of bad interface design.”
2. Subdividing
Break the problem down into smaller problems in such a way that if you solve each of the small problems, you will have solved the entire problem. Once a problem is subdivided it can also sometimes be parallelized (e.g., by involving different people to work on the different components).
“My goal is to get company Z to become a partner with my company, and that seems hard, so let me break that goal into the steps of (a) listing the ways that company Z would benefit from becoming a partner with us, (b) finding an employee at company Z who would be responsive to hearing about these benefits, and (c) tracking down someone who can introduce me to that employee.”
Math Example
“I want to prove that a certain property applies to all functions of a specific type, so I start by (a) showing that every function of that type can be written as a sum of a more specific type of function, then I show that (b) the property applies to each function of the more specific type, and finally I show that (c) if the property applies to each function in a set of functions then it applies to arbitrary sums of those functions as well.”
3. Simplifying
Think of the simplest variation of the problem that you expect you can solve that shares important features in common with your problem, and see if solving this simpler problem gives you ideas for how to solve the more difficult version.
“I don’t know how to hire a CTO, but I do know how to hire a software engineer because I’ve done it many times, and good CTOs will often themselves be good software engineers, so how can I tweak my software engineer hiring to make it appropriate for hiring a CTO?”
“I don’t know how to calculate this integral as it is, but if I remove one of the free parameters, I actually do know how to calculate it, and maybe doing that calculation will give me insight into the solution of the more complex integral.”
4. Crowd-sourcing
Use suggestions from multiple people to gain insight into how to solve the problem, for instance by posting on Facebook or Twitter requesting people’s help, or by posting to a Q&A site like Quora, or by sending emails to 10 people you know explaining the problem and requesting assistance.
Business Example
“Do you have experience outsourcing manufacturing to China? If so, I’d appreciate hearing your thoughts about how to approach choosing a vendor.”
Health Example
“I have trouble getting myself to stick to doing exercise daily. If you also used to have trouble getting yourself to exercise but don’t anymore, I’d love to know what worked to make it easier for you.”
5. Splintering
If the problem you are trying to solve has special cases that a solution to the general problem would also apply to, consider just one or two of these special cases as examples and solve the problem just for those cases first. Then see if a solution to one of those special cases helps you solve the problem in general.
“I want to figure out how to improve employee retention in general, let me examine how I could have improved retention in the case of the last three people that quit.”
“I want to figure out how to convince a large number of people to become customers, let me first figure out how to convince just Bill and John to become customers since they seem like the sort of customer I want to attract, and see what general lessons I learn from doing that.”
Read the books or textbooks that seem most related to the topic, and see whether they provide a solution to the problem, or teach you enough related information that you can now solve it yourself.
Economics Example
“Economists probably have already figured out reasonable ways to estimate demand elasticity, let’s see what an econometrics textbook says rather than trying to invent a technique from scratch.”
Mental Health Example
“I’ve been feeling depressed for a long time, maybe I should read some well-liked books about depression.”
7. Searching
Think of a similar problem that you think practitioners, bloggers or academics might have already solved and search online (e.g., via google, Q&A sites, or google scholar academic paper search) to see if anyone has done a write-up about how they solved it.
Advertising Example
“I’m having trouble figuring out the right advertising keywords to bid on for my specific product, I bet someone has a blog post describing how to approach choosing keywords for other related products.”
Machine Learning Example
“I can’t get this neural network to train properly in my specific case, I wonder if someone has written a tutorial about how to apply neural networks to related problems.”
8. Unconstraining
List all the constraints of the problem, then temporarily ignore one or more of the constraints that make the problem especially hard, and try to solve it without those constraints. If you can, then see if you can modify that unconstrained solution until it becomes a solution for the fully constrained problem.
“I need to hire someone who can do work at the intersection of machine learning and cryptography, let me drop the constraint of having cryptography experience and recruit machine learning people, then pick from among them a person that seems both generally capable and well positioned to learn the necessary cryptography.”
Computer Science Example
“I need to implement a certain algorithm, and it needs to be efficient, but that seems very difficult, so let me first figure out how to implement an inefficient version of the algorithm (i.e., drop the efficiency constraint), then at the end I will try to figure out how to optimize that algorithm for efficiency.”
9. Distracting
Fill your mind with everything you know about the problem, including facts, constraints, challenges, considerations, etc. and then stop thinking about the problem, and go and do a relaxing activity that requires little focus, such as walking, swimming, cooking, napping or taking a bath to see if new ideas or potential solutions pop into your mind unexpectedly as your subconscious continues to work on the problem without your attention.
“For three days, I’ve been trying to solve this problem at work, but the solution only came to me when I was strolling in the woods and not even thinking about it.”
Example from mathematician Henri Poincaré
“The incidents of the travel made me forget my mathematical work. Having reached Coutances, we entered an omnibus to go someplace or other. At the moment when I put my foot on the step, the idea came to me, without anything in my former thoughts seeming to have paved the way for it, that the transformations I had used to define the Fuchsian functions were identical with those of non-Euclidean geometry.”
10. Reexamining
Write down all the assumptions you’ve been making about the problem or about what a solution should I look like (yes – make an actual list). Then start challenging them one by one to see if they are actually needed or whether some may be unnecessary or mistaken.
Psychology Example
“We were assuming in our lab experiments that when people get angry they have some underlying reason behind it, but there may be some anger that is better modeled as a chemical fluctuation that is only loosely related to what happens in the lab, such as when people are quick to anger because they are hungry.”
“I need to construct a function that has this strange property, and so far I’ve assumed that the function must be smooth, but if it doesn’t actually need to be then perhaps I can construct just such a function out of simple linear pieces that are glued together.”
11. Reframing
Try to see the problem differently. For instance, by flipping the default, analyzing the inverse of the problem instead, thinking about how you would achieve the opposite of what you want, or shifting to an opposing perspective.
If we were building this company over again completely from scratch, what would we do differently in the design of our product, and can we pivot the product in that direction right now?”
“Should move to New York to take a job that pays $20,000 more per year? Well, if I already lived in New York, the decision to stay there rather than taking a $20,000 pay cut to move here would be an easy one. So maybe I’m overly focused on the current default of not being in New York and the short term unpleasantness of relocating.”
Marketing Example
“If I were one of our typical potential customers, what would I do to try to find a product like ours?”
12. Brainstorming
Set a timer for at least 5 minutes, and generate as many plausible solutions or ideas that you can without worrying about quality at all. Evaluate the ideas only at the end after the timer goes off.
“I’m going to set a timer for 5 minutes and come up with at least three new ways I could go about looking for a co-founder.”
“I’m going to set a timer for 20 minutes and come up with at least five possible explanations for why I’ve been feeling so anxious lately.”
13. Experting
Find an expert (or someone highly knowledgeable) in the topic area and ask their opinion about the best way to solve the problem.
“Why do you think most attempts at creating digital medical records failed, and what would someone have to do differently to have a reasonable chance at success?”
“What sort of optimization algorithm would be most efficient for minimizing the objective functions of this type?”
14. Eggheading
Ask the smartest person you know how they would solve the problem. Be sure to send an email in advance, describing the details so that this person has time to deeply consider the problem before you discuss it.
“Given the information I sent you about our competitors and the interviews we’ve done with potential customers, in which direction would you pivot our product if you were me (and why)?”
Research Example
“Given the information I sent you about our goals and the fact that our previous research attempts have gotten nowhere, how would you approach researching this topic to find the answer we need?”
15. Guessing
Start with a guess for what the solution could be, now check if it actually works and if not, start tweaking that guess to see if you can morph it into something that could work.
“I don’t know what price to use for the product we’re selling, so let me start with an initial guess and then begin trying to sell the thing, and tweak the price down if it seems to be a sticking point for customers, and tweak the price up if the customers don’t seem to pay much attention to the price.”
“My off the cuff intuition says that this differential equation might have a solution of the form x^a * e^(b x)for some a or b, let me plug it into the equation to see if indeed it satisfies the equation for any choice of a and b, and if not, let me see if I can tweak it to make something similar work.”
“I don’t know what the most effective diet for me would be, so I’ll just use my intuition to ban from my diet some foods that seem both unhealthy and addictive, and see if that helps.”
16. Comparing
Think of similar domains you already understand or similar problems you have already solved in the past, and see whether your knowledge of those domains or solutions to those similar problems may work as a complete or partial solution here.
“I don’t know how to find someone to fix things in my apartment, but I have found a good house cleaner before by asking a few friends who they use, so maybe I can simply use the same approach for finding a person to fix things.”
“This equation I’m trying to simplify reminds me of work I’m familiar with related to Kullback-Leibler divergence, I wonder if results from information theory could be applied in this case.”
17. Outsourcing
Consider whether you can hire someone to solve this problem, instead of figuring out how to solve it yourself.
“I don’t really understand how to get media attention for my company, so let me hire a public relations firm and let them handle the process.”
“I have no fashion sense, but I’d like to look better. Maybe I should hire someone fashionable who works in apparel to go shopping with me and help me choose what I should wear.”
18. Experimenting
Rapidly develop possible solutions and test them out (in sequence, or in parallel) by applying cheap and fast experiments. Discard those that don’t work, or iterate on them to improve them based on what you learn from the experiments.
“We don’t know if people will like a product like the one we have in mind, but we can put together a functioning prototype quickly, show five people that seem like they could be potential users, and iterate or create an entirely new design based on how they respond.”
“I don’t know if cutting out sugar will help improve my energy levels, but I can try it for two weeks and see if I notice any differences.”
19. Generalizing
Consider the more general case of the specific problem you are trying to solve, and then work on solving the general version instead. Paradoxically, it is sometimes easier to make progress on the general case rather than a specific one because it increases your focus on the structure of the problem rather than unimportant details.
“I want to figure out how to get this particular key employee more motivated to do good work, let me construct a model of what makes employees motivated to do good work in general, then I’ll apply it to this case.”
“I want to solve this specific differential equation, but it’s clearly a special case of a more general class of differential equations, let me study the general class and see what I can learn about them first and then apply what I learn to the specific case.”
20. Approximating
Consider whether a partial or approximate solution would be acceptable and, if so, aim for that instead of a full or exact solution.
“Our goal is to figure out which truck to send out for which delivery, which theoretically depends on many factors such as current location, traffic conditions, truck capacity, fuel efficiency, how many hours the driver has been on duty, the number of people manning each truck, the hourly rate we pay each driver, etc. etc. Maybe if we focus on just the three variables that we think are most important, we can find a good enough solution.”
“Finding a solution to this equation seems difficult, but if I approximate one of the terms linearly it becomes much easier, and maybe for the range of values we’re interested in, that’s close enough to an exact solution!”
21. Annihilating
Try to prove that the problem you are attempting to solve is actually impossible. If you succeed, you may save yourself a lot of time working on something impossible. Furthermore, in attempting to prove that the problem is impossible, you may gain insight into what makes it actually possible to solve, or if it turns out to truly be impossible, figure out how you could tweak the problem to make it solvable.
“I’m struggling to find a design for a theoretical voting system that has properties X, Y, and Z, let me see if I can instead prove that no such voting system with these three properties could possibly exist.”
“My goal has been to prove that this property always applies to this class of functions, let me see if I can generate a counterexample to prove that this goal is actually impossible.”
Physics Example
“I was trying to design a physical system with certain properties, but I now realize that if such a system could be realized, then it would allow for perpetual motion, and therefore it is impossible to build the sort of system I had in mind.”
22. Modeling
Try to build an explicit model of the situation, including what elements there are and how they related to each other. For instance, try drawing a diagram or flow chart that encapsulates your understanding of all the important information that relates to the problem.
“I’ve noticed that there are certain situations that cause me to freak out that would not bother other people. So what are the common elements when this happens, and how do they seem to relate to each other and to the way I end up feeling? Let me see if I can draw a diagram of this on paper.”
“What are all the different groups (e.g., providers, payers, patients) involved in the healthcare system, and if we diagram how they interact with each other, will that give us ideas for how we can sell our healthcare product?”
23. Brute forcing
One-by-one, consider every possible solution to the problem until you’ve found a good one or exhausted them all.
Startup example
“We’re not sure the order that these four parts of the user registration process should go in, so let’s make a list of all 24 possible orderings, and examine them one by one to see which makes the most sense.”
“It’s not clear how to pick which of these machine learning methods to use on this problem, but since we have lots of data, we can just try each of the algorithms and see which makes the most accurate predictions on data we’ve held to the side for testing.”
24. Refocusing
Forget about trying to solve the problem, and instead consider why you are trying to solve it. Then consider if there is a different problem you can work on that is aimed at producing the same sort of value in a different way.
Startup Example 1
“Maybe instead of trying increasingly hard to figure out how to get this type of consumer to buy, we need to switch our focus to the problem of how to sell to businesses, since what we actually care about is selling it, not selling it to one particular group.”
Startup Example 2
“I’ve been banging my head against the wall trying to implement this extremely complex feature, but there are lots of features that users would find just as valuable that are much easier to implement, maybe I should focus on those instead.”
25. Sidestepping
Consider whether you really want to spend more time trying to solve this problem and whether you can avoid the problem by instead working on totally different problems that you also care about.
“We’ve tried selling our solution to replace Excel for 12 months without much success, maybe we should go back to the drawing board and consider designing a totally new product. Our assumptions about customer needs seem to simply have been wrong.”
“I’ve spent six months on this math problem with little progress, but there are two other math problems I’m equally excited about, so maybe I should spend some time investigating whether one of those may be more tractable.”
26. Aggregating
Consider whether multiple problems you’re now experiencing might, in fact, be caused by the same source of difficulty, rather than being independent problems.
“I seem to be having conflict with a few different friends right now – could it be that I’m doing something without realizing it that is increasing my chance of conflict with all of them?”
“Three employees have quit in the last month. Perhaps the primary problem isn’t really about convincing this one important employee to stay, which is how I was framing it, but rather, about identifying why people keep leaving more generally.”
Recent Posts
A Guide On Building Lasting Connections: How to Make and Keep Friends
What people get wrong about happiness
Undecided voters could swing this U.S. election, but who are they?
10 commentaires
EPTU Machine ETPU Moulding…
EPS Machine EPS Block…
AEON MINING AEON MINING
KSD Miner KSD Miner
BCH Miner BCH Miner
Data labeling has been a game-changer for our team's productivity and efficiency. The process was seamless and intuitive, making it easy for us to accurately categorize and organize our data. The platform's user-friendly interface allowed us to easily collaborate and communicate with team members, ensuring that our labeling was consistent and accurate, look for more here https://marketbusinesstimes.com/data-labeling/ . Overall, data labeling has greatly improved our workflow and decision-making processes, and we couldn't be happier with the results. Highly recommend for anyone looking to streamline their data management tasks!
J'ai acheté un conteneur aménagé à Dakar chez KOBE BTP et le service était top, je les recommandes.
Je me sens en sécurité avec ma centrale de détection incendie . Elle fonctionne parfaitement et m'alerte immédiatement en cas de danger.
J'ai installé un détecteur incendie dans ma maison, et cela me rassure énormément.
Je trouve que les prix des pavés varient énormément selon les fournisseurs. Il vaut mieux faire des recherches pour obtenir la meilleure offre.
Je suis impressionné par le savoir-faire de la compagnie de construction . Ils ont transformé mes idées en réalité avec beaucoup de compétence.
36 Problem-solving techniques, methods and tools
When it comes to solving problems, getting ideas is the easy part.
But businesses often forget the other four stages of the problem-solving process that will allow them to find the best solution.
Instead of jumping straight to idea generation, your problem-solving framework should look like this:
- Identify the problem
- Reveal why it has occurred
- Brainstorm ideas
- Select the best solution
See how idea generation doesn’t appear until stage 3?!
In this extensive resource, we provide techniques, methodologies and tools to guide you through every stage of the problem-solving process.
Once you’ve finished reading, you’ll possess an extensive problem-solving arsenal that will enable you to overcome your biggest workplace challenges.
11 Problem-solving techniques for clarity and confidence
Before we dive into more comprehensive methodologies for solving problems, there are a few basic techniques you should know.
The following techniques will set you up for a successful problem-solving session with your team, allowing you to take on your biggest challenges with clarity and confidence.
1. Take a moment, take a breath
When a problem or challenge arises, it’s normal to act too quickly or rely on solutions that have worked well in the past. This is known as entrenched thinking.
But acting impulsively, without prior consideration or planning, can cause you to misunderstand the issue and overlook possible solutions to the problem.
Therefore, the first thing you should always do when you encounter a problem is: breathe in and out.
Take a step back and make a clear plan of action before you act. This will help you to take rational steps towards solving a problem.
2. Ask questions to understand the full extent of the issue
Another common mistake people make when attempting to solve a problem is taking action before fully understanding the problem.
Before committing to a theory, ask enough questions to unearth the true root of the issue.
Later in this article, we cover The 5 Why’s problem-solving methodology which you can use to easily identify the root of your problem. Give this a go at your next meeting and see how your initial understanding of a problem can often be wrong.
3. Consider alternative perspectives
A common problem-solving issue is that of myopia—a narrow-minded view or perception of the problem. Myopia can occur when you’re too involved with the problem or your team isn’t diverse enough.
To give yourself the best chance of resolving a problem, gain insight from a wide range of sources. Collaborate with key stakeholders, customers and on-the-ground employees to learn how the problem affects them and whether they have found workarounds or solutions.
To paint the broadest picture, don’t limit your problem-solving team to a specific archetype. Try to include everyone, from the chief executive to the office janitor.
If you’re working with a small team, try the Flip It! problem-solving methodology to view the issue from a fresh angle.
4. Make your office space conducive to problem-solving
The environment in which your host your brainstorming sessions should maximise creativity . When your team members trust each other and feel relaxed, they’re more likely to come up with innovative ideas and solutions to a problem.
Here are a few ways to get your employees’ creative juices flowing:
- Play team-building games that maximise trust and build interpersonal relationships
- Improve your team’s problem-solving skills with games that encourage critical thinking
- Redesign the office with comfortable furniture and collaborative spaces
- Boost job satisfaction by creating a positive work-life balance
- Improve collaborative skills and learn to resolve conflicts
World Café is a problem-solving method that creates a casual environment conducive to creative thinking.
Keep reading to learn more about how World Café can help your team solve complex organisational problems.
5. Use problem-solving methodologies to guide the process
Because problem-solving is a creative process, it can be hard to keep it on track. As more ideas get banded around, conflicts can arise that derail the session.
That’s why problem-solving methodologies are so helpful. They offer you proven problem-solving frameworks to guide your group sessions and keep them on track.
The Six Thinking Hats problem-solving method is a popular technique that guides the process and helps your team analyse a problem from all angles.
We’re going to take a look at our favourite problem-solving methodologies in the next section of this article, XY Tried and tested problem-solving methodologies.
6. Use analogies to solve complex problems
Sometimes, solving a different problem can help you uncover solutions to another problem!
By stripping back a complex issue and framing it as a simplified analogy , you approach a problem from a different angle, enabling you to come up with alternative ideas.
After solving practice problems, your team might be more aptly equipped to solve real-world issues.
However, coming up with an analogy that reflects your issue can be difficult, so don’t worry if this technique doesn’t work for you.
The Speed Boat diagram is a visual tool that helps your employees view existing challenges as anchors holding back a boat which represents your end goals. By assigning a “weight” to each anchor, your team can prioritise which issues to tackle first.
7. Establish clear constraints
Constraints make a big problem more approachable.
Before you tackle a problem, establish clear boundaries and codes of conduct for the session. This allows your team to focus on the current issue without becoming distracted or veering off on a tangent.
In an article published in the Harvard Business Review, authors Oguz A. Acar, Murat Tarakci, and Daan van Knippenberg wrote, “Constraints … provide focus and a creative challenge that motivates people to search for and connect information from different sources to generate novel ideas for new products, services, or business processes.” (Why Constraints Are Good for Innovation, 2019)
Lightning Decision Jam is a prime example of how constraints can assist the creative process. Here, your team are given strict time constraints and isn’t permitted to discuss ideas until the end.
8. Dislodge preconceived ideas
Humans are creatures of habit.
We defer to strategies that have produced positive results in the past. This is typically beneficial because recalling our previous successes means we don’t need to constantly re-learn similar tasks.
But when it comes to problem-solving, this way of thinking can trip us up. We become fixated on a solution that worked in the past, but when this fails we’re dismayed and left wondering what to do next.
To resolve problems effectively, your employees need to escape the precincts of their imaginations. This helps to eliminate functional fixedness—the belief that an item serves only its predefined function.
Alternative Application is an icebreaker game that encourages employees to think outside the box by coming up with different uses for everyday objects. Try this at your next meeting or team-building event and watch your team tap into their creativity.
9. Level the playing field
Having a diverse group of employees at your brainstorming sessions is a good idea, but there’s one problem: the extroverted members of your team will be more vocal than the introverts.
To ensure you’re gaining insight from every member of your team, you need to give your quieter employees equal opportunities to contribute by eliminating personality biases.
Read more: What icebreaker games and questions work best for introverts?
The obvious solution, then, is to “silence” the louder participants (it’s not as sinister as it sounds, promise)—all you have to do is ban your team from debating suggestions during the ideation process.
The Lightning Decision Jam methodology gives your employees equal opportunities to contribute because much of the problem-solving process is carried out in silence.
10. Take a break from the problem
Have you ever noticed how the best ideas seem to come when you’re not actively working on a problem? You may have spent hours slumped over your desk hashing out a solution, only for the “eureka!” moment to come when you’re walking your dog or taking a shower.
In James Webb Young’s book, A Technique for Producing Ideas , phase three of the process is “stepping away from the problem.” Young proclaims that after putting in the hard work, the information needs to ferment in the mind before any plausible ideas come to you.
So next time you’re in a meeting with your team trying to solve a problem, don’t panic if you don’t uncover groundbreaking ideas there and then. Allow everybody to mull over what they’ve learned, then reconvene at a later date.
The Creativity Dice methodology is a quick-fire brainstorming game that allows your team to incubate ideas while concentrating on another.
11. Limit feedback sessions
The way your team delivers feedback at the end of a successful brainstorming session is critical. Left unsupervised, excessive feedback can undo all of your hard work.
Therefore, it’s wise to put a cap on the amount of feedback your team can provide. One great way of doing this is by using the One Breath Feedback technique.
By limiting your employees to one breath, they’re taught to be concise with their final comments.
16 Tried and tested problem-solving methodologies
Problem-solving methodologies keep your brainstorming session on track and encourage your team to consider all angles of the issue.
Countless methods have wiggled their way into the world of business, each one with a unique strategy and end goal.
Here are 12 of our favourite problem-solving methodologies that will help you find the best-fit solution to your troubles.
12. Six Thinking Hats
Six Thinking Hats is a methodical problem-solving framework that helps your group consider all possible problems, causes, solutions and repercussions by assigning a different coloured hat to each stage of the problem-solving process.
The roles of each hat are as follows:
- Blue Hat (Control): This hat controls the session and dictates the order in which the hats will be worn. When wearing the Blue Hat, your group will observe possible solutions, draw conclusions and define a plan of action.
- Green Hat (Idea Generation): The Green Hat signifies creativity. At this stage of the methodology, your team will focus their efforts on generating ideas, imagining solutions and considering alternatives.
- Red Hat (Intuition and Feelings): It’s time for your employees to communicate their feelings. Here, your team listen to their guts and convey their emotional impulses without justification.
- Yellow Hat (Benefits and Values): What are the merits of each idea that has been put forward thus far? What positive impacts could they have?
- Black or Grey Hat (Caution): What are the potential risks or shortcomings of each idea? What negative impacts could result from implicating each idea?
- White Hat (Information and Data): While wearing The White Hat, your team must determine what information is needed and from where it can be obtained.
For Six Thinking Hats to work effectively, ensure your team acts within the confines of each role.
While wearing The Yellow Hat, for example, your team should only discuss the positives . Any negative implications should be left for the Black or Grey hat.
Note: Feel free to alter the hat colours to align with your cultural context.
13. Lightning Decision Jam (LDJ)
Lightning Decision Jam is a nine-stage problem-solving process designed to uncover a variety of perspectives while keeping the session on track.
The process starts by defining a general topic like the internal design process, interdepartmental communication, the sales funnel, etc.
Then, armed with pens and post-it notes, your team will work through the nine stages in the following order:
- Write problems (7 minutes)
- Present problems (4 minutes/person)
- Select problems (6 minutes)
- Reframe the problems (6 minutes)
- Offer solutions (7 minutes)
- Vote on solutions (10 minutes)
- Prioritise solutions (30 seconds)
- Decide what to execute (10 minutes)
- Create task lists (5 minutes)
The philosophy behind LDJ is that of constraint. By limiting discussion, employees can focus on compiling ideas and coming to democratic decisions that benefit the company without being distracted or going off on a tangent.
14. The 5 Why’s
Root Cause Analysis (RCA) is the process of unearthing a problem and finding the underlying cause. To help you through this process, you can use The 5 Why’s methodology.
The idea is to ask why you’re experiencing a problem, reframe the problem based on the answer, and then ask “ why?” again. If you do this five times , you should come pretty close to the root of your original challenge.
While this might not be a comprehensive end-to-end methodology, it certainly helps you to pin down your core challenges.
15. World Café
If you’ve had enough of uninspiring corporate boardrooms, World Café is the solution.
This problem-solving strategy facilitates casual conversations around given topics, enabling players to speak more openly about their grievances without the pressure of a large group.
Here’s how to do it:
- Create a cosy cafe-style setting (try to have at least five or six chairs per table).
- As a group, decide on a core problem and mark this as the session topic.
- Divide your group into smaller teams by arranging five or six players at a table.
- Assign each group a question that pertains to the session topic, or decide on one question for all groups to discuss at once.
- Give the groups about 20 minutes to casually talk over each question.
- Repeat this with about three or four different questions, making sure to write down key insights from each group.
- Share the insights with the whole group.
World Café is a useful way of uncovering hidden causes and pitfalls by having multiple simultaneous conversations about a given topic.
16. Discovery and Action Dialogue (DAD)
Discovery and Actions Dialogues are a collaborative method for employees to share and adopt personal behaviours in response to a problem.
This crowdsourcing approach provides insight into how a problem affects individuals throughout your company and whether some are better equipped than others.
A DAD session is guided by a facilitator who asks seven open-ended questions in succession. Each person is given equal time to participate while a recorder takes down notes and valuable insights.
This is a particularly effective method for uncovering preexisting ideas, behaviours and solutions from the people who face problems daily.
17. Design Sprint 2.0
The Design Sprint 2.0 model by Jake Knapp helps your team to focus on finding, developing measuring a solution within four days . Because theorising is all well and good, but sometimes you can learn more by getting an idea off the ground and observing how it plays out in the real world.
Here’s the basic problem-solving framework:
- Day 1: Map out or sketch possible solutions
- Day 2: Choose the best solutions and storyboard your strategy going forward
- Day 3: Create a living, breathing prototype
- Day 4: Test and record how it performs in the real world
This technique is great for testing the viability of new products or expanding and fixing the features of an existing product.
18. Open Space Technology
Open Space Technology is a method for large groups to create a problem-solving agenda around a central theme. It works best when your group is comprised of subject-matter experts and experienced individuals with a sufficient stake in the problem.
Open Space Technology works like this:
- Establish a core theme for your team to centralise their efforts.
- Ask the participants to consider their approach and write it on a post-it note.
- Everybody writes a time and place for discussion on their note and sticks it to the wall.
- The group is then invited to join the sessions that most interest them.
- Everybody joins and contributes to their chosen sessions
- Any significant insights and outcomes are recorded and presented to the group.
This methodology grants autonomy to your team and encourages them to take ownership of the problem-solving process.
19. Round-Robin Brainstorming Technique
While not an end-to-end problem-solving methodology, the Round-Robin Brainstorming Technique is an effective way of squeezing every last ounce of creativity from your ideation sessions.
Here’s how it works:
- Decide on a problem that needs to be solved
- Sitting in a circle, give each employee a chance to offer an idea
- Have somebody write down each idea as they come up
- Participants can pass if they don’t have anything to contribute
- The brainstorming session ends once everybody has passed
Once you’ve compiled a long list of ideas, it’s up to you how you move forward. You could, for example, borrow techniques from other methodologies, such as the “vote on solutions” phase of the Lightning Decision Jam.
20. Failure Modes and Effects Analysis (FMEA)
Failure Modes and Effects Analysis is a method for preventing and mitigating problems within your business processes.
This technique starts by examining the process in question and asking, “What could go wrong?” From here, your team starts to brainstorm a list of potential failures.
Then, going through the list one by one, ask your participants, “Why would this failure happen?”
Once you’ve answered this question for each list item, ask yourselves, “What would the consequences be of this failure?”
This proactive method focuses on prevention rather than treatment. Instead of waiting for a problem to occur and reacting, you’re actively searching for future shortcomings.
21. Flip It!
The Flip It! Methodology teaches your team to view their concerns in a different light and frame them instead as catalysts for positive change.
The game works like this:
- Select a topic your employees are likely to be concerned about, like market demand for your product or friction between departments.
- Give each participant a pile of sticky notes and ask them to write down all their fears about the topic.
- Take the fears and stick them to an area of the wall marked “fears.”
- Then, encourage your team to look at these fears and ask them to reframe them as “hope” by writing new statements on different sticky notes.
- Take these “hope” statements and stick them to an area of the wall marked “hope.”
- Discuss the statements, then ask them to vote on the areas they feel they can start to take action on. They can do this by drawing a dot on the corner of the sticky note.
- Move the notes with the most votes to a new area of the wall marked “traction.”
- Discuss the most popular statements as a group and brainstorm actionable items related to each.
- Write down the actions that need to be made and discuss them again as a group.
This brainstorming approach teaches your employees the danger of engrained thinking and helps them to reframe their fears as opportunities.
22. The Creativity Dice
The Creativity Dice teaches your team to incubate ideas as they focus on different aspects of a problem. As we mentioned earlier in the article, giving ideas time to mature can be a highly effective problem-solving strategy. Here’s how the game works:
Choose a topic to focus on, It can be as specific or open-ended as you like. Write this down as a word or sentence. Roll the die, start a timer of three minutes and start writing down ideas within the confines of what that number resembles. The roles of each number are as follows:
- Specification: Write down goals you want to achieve.
- Investigation: Write down existing factual information you know about the topic.
- Ideation: Write down creative or practical ideas related to the topic.
- Incubation: Do something else unrelated to the problem.
- Iteration: Look at what you’ve already written and come up with related ideas (roll again if you didn’t write anything yet).
- Integration: Look at everything you have written and try to create something cohesive from your ideas like a potential new product or actionable next step.
Once you’ve finished the activity, review your findings and decide what you want to take with you.
23. SWOT Analysis
The SWOT Analysis is a long-standing method for analysing the current state of your business and considering how this affects the desired end state.
The basic idea is this:
- Before the meeting, come up with a “Desired end state” and draw a picture that represents this on a flipchart or whiteboard.
- Divide a large piece of paper into quadrants marked “Strengths”, “Weaknesses”, “Opportunities” and “Threats.”
- Starting with “Strengths”, work through the quadrants, coming up with ideas that relate to the desired end state.
- Ask your team to vote for the statements or ideas of each category that they feel are most relevant to the desired end state.
- As a group, discuss the implications that these statements have on the desired end state. Spark debate by asking thought-provoking and open-ended questions.
The SWOT Analysis is an intuitive method for understanding which parts of your business could be affecting your long-term goals.
24. The Journalistic Six
When learning to cover every aspect of a story, journalists are taught to ask themselves six essential questions:
Now, this approach has been adopted by organisations to help understand every angle of a problem. All you need is a clear focus question, then you can start working through the six questions with your team until you have a 360-degree view of what has, can and needs to be done.
25. Gamestorming
Gamestorming is a one-stop creative-thinking framework that uses various games to help your team come up with innovative ideas.
Originally published as a book 10 years ago, Gamestorming contained a selection of creative games used by Silicon Valley’s top-performing businesses to develop groundbreaking products and services.
This collection of resources, plucked from the minds of founders and CEOs like Jeff Bezos and Steve Jobs, allows you to tap into the potentially genius ideas lying dormant in the minds of your employees.
26. Four-Step Sketch
The Four-Step Sketch is a visual brainstorming that provides an alternative to traditional discussion-based ideation techniques .
This methodology requires prior discussion to clarify the purpose of the activity. Imagine you’re on a startup retreat , for example, and your team is taking part in a design sprint or hackathon.
Once you’ve brainstormed a list of ideas with your team, participants can look at the suggestions and take down any relevant notes. They then take these notes and turn them into rough sketches that resemble the idea.
Then, as a warm-up, give each participant eight minutes to produce eight alternative sketches (eight minutes per sketch) of the idea. These ideas are not to be shared with the group.
Finally, participants create new sketches based on their favourite ideas and share them with the group. The group can then vote on the ideas they think offer the best solution.
27. 15% Solutions
15% Solutions is a problem-solving strategy for motivating and inspiring your employees. By encouraging your team to gain small victories, you pave the way for bigger changes.
First, ask your participants to think about things they can personally do within the confines of their role.
Then, arrange your team into small groups of three to four and give them time to share their ideas and consult with each other.
This simple problem-solving process removes negativity and powerlessness and teaches your team to take responsibility for change.
9 Problem-solving tools for gathering and selecting ideas
Problem-solving tools support your meeting with easy-to-use graphs, visualisations and techniques.
By implementing a problem-solving tool, you break the cycle of mundane verbal discussion, enabling you to maintain engagement throughout the session.
28. Fishbone Diagram
The Fishbone Diagram (otherwise known as the Ishikawa Diagram or Cause and Effect Diagram), is a tool for identifying the leading causes of a problem. You can then consolidate these causes into a comprehensive “Problem Statement.”
The term “Fishbone Diagram” is derived from the diagram’s structure. The problem itself forms the tail, possible causes radiate from the sides to form the fish skeleton while the final “Problem Statement” appears as the “head” of the fish.
Example: A fast-food chain is investigating the declining quality of their food. As the team brainstorms potential causes, they come up with reasons like “poorly trained personnel”, “lack of quality control”, and “incorrect quantity of spices.” Together with other causes, the group summarises that these problems lead to “bad burgers.” They write this as the Problem Statement and set about eliminating the main contributing factors.
29. The Problem Tree
A Problem Tree is a useful tool for assessing the importance or relevance of challenges concerning the core topic. If you’re launching a new product, for example, gather your team and brainstorm the current issues, roadblocks and bottlenecks that are hindering the process.
Then, work together to decide which of these are most pressing. Place the most relevant issues closer to the core topic and less relevant issues farther away.
30. SQUID Diagram
The Squid Diagram is an easy-to-use tool that charts the progress of ideas and business developments as they unfold. Your SQUID Diagram can remain on a wall for your team to add to over time.
- Write down a core theme on a sticky note such as “customer service” or “Innovation”—this will be the “head” of your SQUID.
- Hand two sets of different coloured sticky notes to your participants and choose one colour to represent “questions” and the other to represent “answers.”
- Ask your team to write down questions pertaining to the success of the main topic. In the case of “Innovation,” your team might write things like “How can we improve collaboration between key stakeholders?”
- Then, using the other coloured sticky notes, ask your team to write down possible answers to these questions. In the example above, this might be “Invest in open innovation software.”
- Over time, you’ll develop a spawling SQUID Diagram that reflects the creative problem-solving process.
31. The Speed Boat
The Speed Boat Diagram is a visual metaphor used to help your team identify and solve problems in the way of your goals.
Here’s how it works:
- Draw a picture of a boat and name it after the core objective.
- With your team, brainstorm things that are slowing progress and draw each one as an anchor beneath the boat.
- Discuss possible solutions to each problem on the diagram.
This is an easy-to-use tool that sparks creative solutions. If you like, your team can assign a “weight” to each anchor which determines the impact each problem has on the end goal.
32. The LEGO Challenge
LEGO is an excellent creative-thinking and problem-solving tool used regularly by event facilitators to help teams overcome challenges.
In our article 5 and 10-minute Team-Building Activities , we introduce Sneak a Peek —a collaborative team-building game that develops communication and leadership skills.
33. The Three W’s: What? So What? Now What?
Teams aren’t always aligned when it comes to their understanding of a problem. While the problem remains the same for everyone, they might have differing opinions as to how it occurred at the implications it had.
Asking “ What? So What? Now What?” Helps you to understand different perspectives around a problem.
It goes like this:
- Alone or in small groups, ask your employees to consider and write What happened. This should take between five and 10 minutes.
- Then ask So What? What occurred because of this? Why was what happened important? What might happen if this issue is left unresolved?
- Finally, ask your team Now What? What might be a solution to the problem? What actions do you need to take to avoid this happening again?
This approach helps your team understand how problems affect individuals in different ways and uncovers a variety of ways to overcome them.
34. Now-How-Wow Matrix
Gathering ideas is easy—but selecting the best ones? That’s a different story.
If you’ve got a bunch of ideas, try the Now-How-Wow Matrix to help you identify which ones you should implement now and which ones should wait until later.
Simply draw a two-axis graph with “implementation difficulty” on the Y axis and “idea originality” on the X axis. Divide this graph into quadrants and write “Now!” in the bottom left panel, “Wow!” in the bottom right panel, and “How?” in the top right panel. You can leave the top left panel blank.
Then, take your ideas and plot them on the graph depending on their implementation difficulty and level of originality.
By the end, you’ll have a clearer picture of which ideas to ignore, which ones to implement now, and which ones to add to the pipeline for the future.
35. Impact-Effort Matrix
The Impact-Effort Matrix is a variation of the Now-How-Wow Matrix where the Y axis is marked “Impact” and the X axis is marked “Effort.”
Then, divide the graph into quadrants and plot your ideas.
- Top left section = Excellent, implement immediately
- Top right section = Risky, but worth a try
- Bottom left section = Low risk, but potentially ineffective
- Bottom right section = Bad idea, ignore
The Impact-Effort Matrix is a simple way for your team to weigh the benefits of an idea against the amount of investment required.
36. Dot Voting
Once you’ve gathered a substantial list of ideas from your employees, you need to sort the good from the bad.
Dot voting is a simple tool used by problem-solving facilitators as a fast and effective way for large groups to vote on their favourite ideas . You’ll have seen this method used in problem-solving methods like Flip It! and Lightning Decision Jam .
- Participants write their ideas on sticky notes and stick them to the wall or a flipchart.
- When asked, participants draw a small dot on the corner of the idea they like the most.
- Participants can be given as many votes as necessary.
- When voting ends, arrange the notes from “most popular” to “least popular.”
This provides an easy-to-use visual representation of the best and worst ideas put forward by your team.
Give your problems the attention they deserve at an offsite retreat
While working from home or at the office, your team is often too caught up in daily tasks to take on complex problems.
By escaping the office and uniting at an offsite location, you can craft a purposeful agenda of team-building activities and problem-solving sessions. This special time away from the office can prove invaluable when it comes to keeping your business on track.
If you have problems that need fixing (who doesn’t?), reach out to Surf Office and let us put together a fully-customised offsite retreat for you.
free course
How to plan your first company retreat
Retreat Budget Spreadsheet
Are you organising a company retreat and want to make sure you have all the costs under the control?
Get a copy of our free Budget Calculator spreadsheet.
Breaking down 15 benefits of diversity in the workplace
Need a long-term remote work strategy? Here are 23 tips.
Hybrid work schedules: which one is right for your teams?
What are the leading benefits of remote work for employers?
24 Strategies for building effective team communication
Organize your next company retreat with surf office, 💌 join 18,000+ managers receiving insights on building company culture that people love., stay in touch, work with us.
Inspiration & Information for Self-Improvement
Problem Solving Models (List & Applications)
In today’s fast-paced business environment, effective problem-solving techniques are essential for teams and organizations to tackle challenges and resolve critical issues. Whether it’s identifying the root cause of a recurring problem or finding innovative solutions to complex issues, having a structured approach can greatly enhance problem-solving outcomes. This article explores different problem-solving models, techniques, and strategies that can empower individuals and teams to navigate through obstacles and find optimal solutions.
Key Takeaways:
- Problem-solving techniques are crucial for teams and organizations to overcome challenges and achieve desired outcomes.
- Clear problem definition and analysis play a vital role in the problem-solving process .
- Using problem-solving tools can help generate effective solutions and test their viability.
- Well-designed problem-solving workshops provide a structured approach and foster open discussions.
- Tips such as defining the problem, trying different approaches, and involving the right people enhance the problem-solving process .
Table of Contents
Importance of Problem Identification and Analysis
Before finding solutions , accurately identifying and defining the problem is crucial. Allowing all team members to contribute their views in an open and safe manner is essential for effective problem identification and analysis. Creating a problem statement that clearly describes the problem and sets the goal for the problem-solving process is also vital.
Problem Solving Tools for Generating Solutions
When it comes to problem-solving, having the right tools and methods can make all the difference. This section introduces a range of problem-solving tools that can help teams generate effective solutions. By leveraging these tools, teams can navigate through complex challenges and find viable options to address the problem at hand.
The problem-solving process is often iterative, requiring teams to constantly test and refine their solutions. This iterative approach allows teams to learn from their mistakes, make necessary adjustments, and roadtest viable solutions for optimal outcomes.
One effective tool for generating solutions is the use of consensus tools and methods. Consensus tools encourage teams to tap into the collective intelligence of the group, promoting collaboration, and aligning everyone towards a common goal. By involving all team members in the decision-making process, consensus tools can facilitate effective problem-solving and help teams reach agreements that everyone can support.
To illustrate the value of problem-solving tools , the following table provides a comparison of different consensus tools along with their applications.
By leveraging problem-solving tools and embracing an iterative process , teams can enhance their problem-solving capabilities and find innovative solutions to even the most complex challenges.
Designing Effective Problem Solving Workshops
When it comes to solving complex problems, well-designed workshops can be instrumental in fostering collaborative brainstorming and effective problem-solving sessions. This section explores the key aspects of designing problem-solving workshops, including agenda design , workshop planning , facilitation skills , and creating a psychologically safe space for open and constructive discussions.
Agenda Design
An effective agenda sets the foundation for a successful problem-solving workshop. It provides a clear framework and structure to guide participants through the process, ensuring that all stages of problem exploration and solution implementation are covered. Additionally, a well-designed agenda allows for flexibility and adaptation to the specific needs of the participants and the problem at hand.
Consider including the following elements in your agenda:
- Introduction and icebreaker activities to create a positive and inclusive atmosphere
- Problem definition and analysis to ensure all participants have a common understanding of the problem
- Idea generation and exploration to encourage creativity and diverse perspectives
- Evaluation of potential solutions through critical thinking and analysis
- Action planning to define next steps and assign responsibilities
- Closing and reflection to gather feedback and insights from participants
Workshop Planning
Effective workshop planning involves careful consideration of logistical and practical aspects to ensure the smooth execution of the session. Some key factors to consider include:
- Choosing an appropriate venue that accommodates the number of participants and fosters collaboration
- Providing necessary materials, such as flip charts, sticky notes, and markers, to facilitate idea sharing and visual representation
- Ensuring availability of technical equipment, if needed, for presentations or visual aids
- Scheduling the workshop at a time when participants are most likely to be engaged and focused
- Setting realistic timeframes for each agenda item to maintain momentum and avoid unnecessary delays
Facilitation Skills
Effective facilitation is key to guiding participants through the problem-solving process and maximizing engagement and collaboration. A skilled facilitator should:
- Establish clear communication channels and encourage equal participation from all participants
- Create a safe and nonjudgmental environment that promotes open sharing of ideas and perspectives
- Listen actively to participants’ input, ensuring everyone feels heard and respected
- Facilitate consensus-building and encourage collaboration among participants
- Manage time effectively to keep the workshop on track and ensure all agenda items are addressed
Remember that the facilitator plays a crucial role in maintaining the energy and momentum throughout the workshop, ensuring that each participant feels valued and contributing to the problem-solving session .
Psychologically Safe Space
Creating a psychologically safe space is essential for participants to feel comfortable expressing their thoughts and perspectives openly. This can be achieved by:
- Establishing ground rules that encourage respectful and constructive communication
- Creating an inclusive environment that values diverse perspectives and experiences
- Emphasizing that all ideas are valuable and should be considered without judgment
- Encouraging active listening and building upon each other’s ideas
- Acknowledging and appreciating the contributions of all participants
An environment that promotes psychological safety enables participants to engage in meaningful discussions, challenge assumptions, and generate innovative solutions.
Problem Solving Tips for Success
When faced with a problem, it’s essential to approach it with a clear and strategic mindset. Here are some problem-solving tips that can help you achieve successful outcomes:
- Clearly define the problem: Before diving into solutions, take the time to clearly define the problem at hand. Break it down into manageable parts and ensure everyone involved has a solid understanding of the issue.
- Avoid jumping to conclusions: It’s easy to make assumptions and jump to conclusions when faced with a problem. Instead, take a step back, gather all the relevant information, and analyze it objectively before drawing conclusions. Avoid letting biases cloud your judgment.
- Try different approaches: Don’t get stuck in a single approach. Be open to exploring different angles and perspectives. Consider brainstorming sessions or using problem-solving techniques like the Six Thinking Hats to encourage creative thinking and generate diverse solutions.
- Don’t take it personally: Problem-solving is a collaborative process that involves different viewpoints. It’s important not to take criticism or differing opinions personally. Embrace constructive feedback and use it to refine your ideas and strategies.
- Get the right people in the room: Assemble a team of individuals with diverse skills and expertise that are relevant to the problem at hand. Having the right people involved ensures a broader range of perspectives and a higher chance of finding effective solutions.
- Document everything: Keep a record of the entire problem-solving process, including discussions, decisions, and possible solutions. This documentation not only provides valuable insights but also helps track progress and enables effective communication with stakeholders.
- Bring a facilitator: Having a neutral facilitator can greatly enhance the problem-solving process. A facilitator ensures that the discussions remain focused, encourages participation from all team members, and helps maintain a productive atmosphere.
- Develop problem-solving skills: Continuously work on developing your problem-solving skills. Seek out opportunities to learn new techniques, attend workshops, or engage in professional development programs. Problem-solving is a skill that can be honed and improved over time.
- Design a great agenda: A well-planned and structured agenda sets the tone for an effective problem-solving session . It provides a roadmap and ensures that the discussion stays on track. Include time for brainstorming, idea evaluation , and decision-making to maximize productivity.
By following these problem-solving tips , you can increase your chances of finding innovative and effective solutions to complex problems.
Problem Solving Models and Strategies: Polya’s Four-Step Model
In this section, we will explore Polya’s four-step problem-solving model, a versatile approach that can be applied to various types of problems. This model provides a systematic framework for understanding, analyzing, and solving problems effectively.
Step 1: Understand the Problem
The first step in Polya’s model is to gain a clear understanding of the problem at hand. This involves thoroughly analyzing the problem statement , identifying any constraints or limitations, and determining what needs to be achieved.
Step 2: Devise a Plan
Once the problem is understood, the next step is to devise a plan or strategy to solve it. This may involve breaking down the problem into smaller, more manageable parts, identifying relevant concepts or theories, and exploring possible approaches or techniques.
Step 3: Carry Out the Plan
With a well-defined plan in place, it’s time to execute it. This step involves taking action according to the devised plan, implementing the chosen strategy, and applying problem-solving techniques to address the problem effectively.
Step 4: Look Back
After carrying out the plan, it is crucial to reflect on the solution and evaluate its effectiveness. This step involves reviewing the outcomes, assessing the strengths and weaknesses of the approach, and identifying any lessons learned for future problem-solving endeavors.
Polya’s four-step model provides a structured and iterative approach to problem solving, allowing individuals and teams to navigate complex challenges with clarity and confidence. By promoting a systematic analysis of problems and emphasizing reflection, this model enhances problem-solving skills and facilitates continuous improvement.
Let’s take a closer look at how Polya’s model can be applied to real-life scenarios and academic contexts:
The application of Polya’s four-step model in these scenarios demonstrates its effectiveness in guiding problem-solving processes and facilitating successful outcomes, whether in business or educational settings.
Problem Solving Models and Strategies: IDEAL Model
In problem-solving, having a structured approach can greatly enhance effectiveness. The IDEAL model , developed by Bransford and Stein, provides a comprehensive framework for understanding and solving problems in both educational and professional settings.
Identify the Problem
The first step of the IDEAL model is to identify the problem at hand. It involves recognizing and clearly defining the core issue that needs to be addressed. By honing in on the specific problem, you can direct your efforts towards finding an appropriate solution.
Define an Outcome
Once the problem is identified, the next step is to define the desired outcome or goal. This requires envisioning the ideal state or solution that you aim to achieve. Clearly defining the outcome helps guide the problem-solving process and aligns the efforts of the team.
Explore Possible Strategies
With the problem and desired outcome in mind, the next step is to explore possible strategies or approaches to solve the problem. This involves brainstorming and considering different perspectives and ideas. By exploring a range of strategies, you increase the likelihood of finding innovative and effective solutions.
Anticipate Outcomes and Act
After evaluating the different strategies, it is essential to anticipate the potential outcomes of each option. This step involves assessing the pros, cons, risks, and benefits associated with each strategy. Once the analysis is complete, it is time to make a decision and take action.
Look and Learn
The final step of the IDEAL model is to reflect on the problem-solving process and learn from it. This step includes evaluating the effectiveness of the chosen strategy, identifying areas for improvement, and capturing lessons learned for future problem-solving endeavors. By actively engaging in this reflection, you enhance your problem-solving skills over time.
The IDEAL model offers a structured and systematic approach to problem-solving. By following these steps – identifying the problem, defining an outcome, exploring possible strategies, anticipating outcomes and acting, and reflecting on the process – individuals and teams can enhance their problem-solving capabilities and achieve better outcomes.
Problem Solving Examples: Polya’s Four-Step Model
In this section, we will explore some examples of problem solving using Polya’s four-step model . These examples will demonstrate how the model can be applied to solve everyday problems, as well as mathematical and academic problems. By understanding the problem, devising a plan, executing the plan, and reflecting on the solution, the problem-solving process becomes more structured and effective.
Example 1: Everyday Problem
Let’s consider a common everyday problem: organizing a family gathering. The problem is to find a suitable date, venue, and activities that accommodate everyone’s preferences and availability. Using Polya’s four-step model, we can break down the problem-solving process:
- Understanding the problem: Analyze the requirements, preferences, and constraints of all family members.
- Devising a plan: Create a checklist of potential dates, venues, and activities. Consider the logistics, costs, and feasibility of each option.
- Executing the plan: Discuss the options with family members and gather their input. Negotiate and find common ground to finalize the details.
- Reflecting on the solution: Evaluate the success of the gathering based on the feedback and experience of the participants. Identify areas for improvement in future events.
Using Polya’s model helps ensure that all aspects of the problem are considered and addressed, leading to a more inclusive and successful family gathering.
Example 2: Mathematical Problem
Let’s now apply Polya’s four-step model to a mathematical problem. Consider the following example:
“Find the value of x in the equation 3x + 7 = 22.”
By following Polya’s four-step model, we can approach this problem systematically:
- Understanding the problem: Recognize that the equation represents a linear relationship and that the goal is to find the value of x that satisfies the equation.
- Devising a plan: Isolate the variable x on one side of the equation by performing the necessary arithmetic operations.
- Executing the plan: Apply the plan by subtracting 7 from both sides of the equation and then dividing by 3 to isolate x.
- Reflecting on the solution: Verify the calculated value of x by substituting it back into the original equation. Check if it satisfies the equation and provides a logical solution.
Through the application of Polya’s four-step model, we can solve mathematical problems with clarity and confidence.
Polya’s four-step model provides a systematic approach to problem-solving. The examples discussed in this section demonstrate the practical application of the model in solving everyday and mathematical problems. By understanding the problem, devising a plan, executing the plan, and reflecting on the solution, individuals and teams can enhance their problem-solving process and achieve effective outcomes.
Problem Solving Examples: IDEAL Model
This section provides practical examples of problem solving using the IDEAL model. Through these examples, you will gain a better understanding of how the IDEAL model can be applied in various contexts to analyze and solve problems effectively.
Example 1: Improving Customer Satisfaction
A customer service team in a retail company noticed a decline in customer satisfaction ratings. Following the IDEAL model, they identified the problem: low customer satisfaction. They defined the outcome they wanted to achieve: increase customer satisfaction by 15% within three months. Next, the team explored possible strategies such as enhancing training programs, implementing a customer feedback system, and improving communication channels. They anticipated the outcomes of each strategy, considering factors like resource allocation, customer response, and employee engagement. After careful evaluation, they decided to implement a comprehensive customer feedback system. The team acted upon their decision and rolled out the new system, collecting customer feedback and analyzing the data regularly. They closely monitored customer satisfaction metrics, made refinements based on feedback, and ensured timely resolution of customer issues. Throughout the process, the team reflected on the effectiveness of their strategies and made necessary adjustments. As a result, customer satisfaction improved by 20% within the target timeline, exceeding their initial goal.
Example 2: Optimizing Project Management
A project management team in a software development company faced challenges with meeting project deadlines and maintaining quality standards. Applying the IDEAL model, they took a systematic approach to address these issues. They identified the problem: missed project deadlines and compromised quality. Defining the outcome, they aimed to improve on-time project completion and deliver high-quality products. The team explored various strategies, including enhancing project planning and tracking tools, implementing agile project management methodologies, and fostering cross-functional collaboration. They anticipated the outcomes of each strategy, considering factors like stakeholder satisfaction, resource utilization, and project productivity. After careful evaluation, they decided to adopt an agile project management approach. The team took action and implemented agile practices, such as daily stand-up meetings, sprint planning, and continuous feedback loops. These practices enabled them to adapt quickly to changing project requirements and effectively manage resources. Throughout the project, the team continuously looked back, reflecting on the project’s progress and identifying areas for improvement. The iterative nature of the IDEAL model allowed them to make necessary adjustments, resulting in improved project performance and increased customer satisfaction.
Example 3: Enhancing Employee Engagement
A human resources team in a multinational corporation aimed to enhance employee engagement and improve overall organizational culture. They utilized the IDEAL model to guide their problem-solving process. They first identified the problem: low employee engagement and poor organizational culture. Defining the outcome, they aimed to increase employee engagement by 10% and foster a positive work environment. The team explored strategies such as implementing employee recognition programs, promoting work-life balance, and providing leadership development opportunities. They anticipated the outcomes of each strategy, considering factors like employee satisfaction, retention rates, and productivity. After careful evaluation, they prioritized the implementation of employee recognition programs. The team took proactive steps and launched a company-wide recognition program, acknowledging and appreciating employee contributions. They encouraged open communication and collaboration, creating a supportive and inclusive work environment. Throughout the implementation process, the team regularly evaluated the program’s effectiveness and gathered feedback from employees. They made adjustments based on the feedback received and ensured continuous improvement. As a result of their efforts, employee engagement increased by 12%, and the overall organizational culture improved, leading to enhanced productivity and employee satisfaction.
Example 4: Streamlining Supply Chain Operations
A supply chain management team in a manufacturing company faced inefficiencies in their operations, leading to delays in product delivery and increased costs. They applied the IDEAL model to overcome these challenges. They identified the problem: supply chain inefficiencies causing delays and increased costs. Defining the outcome, they aimed to streamline supply chain operations, reduce delivery lead times by 20%, and minimize costs. The team explored strategies such as implementing advanced inventory management systems, optimizing transportation routes, and enhancing supplier relationships. They anticipated the outcomes of each strategy, considering factors like cost savings, lead time reductions, and customer satisfaction. After careful evaluation, they decided to optimize transportation routes to reduce delivery lead times. The team took action and collaborated with logistics partners to streamline transportation routes, eliminate bottlenecks, and enhance delivery efficiency. They monitored performance indicators, such as on-time delivery rates and transportation costs, to measure the effectiveness of the changes. Throughout the process, the team reflected on the impact of their actions and continuously looked for opportunities to further optimize the supply chain operations. As a result, they successfully reduced delivery lead times by 25% and achieved significant cost savings.
In each of these examples, the IDEAL problem-solving model played a crucial role in guiding teams to effectively define problems, explore strategies, anticipate outcomes, take action, and reflect on the process. By utilizing the IDEAL model, teams can enhance their problem-solving capabilities and achieve desirable outcomes in diverse scenarios.
Art of Problem Solving: Slowing Down and Asking Questions
In the art of problem solving , one key element that often gets overlooked is the importance of slowing down and adopting a problem-solving mindset . In our fast-paced world, we tend to rush through challenges, seeking quick solutions without taking the time to fully understand the problem at hand.
Slowing down allows us to step back, analyze the situation, and gain a deeper understanding of the problem. By taking a moment to pause and reflect, we can identify any assumptions or biases that may be clouding our judgment. It allows us to approach the problem-solving process with a clear and open mind, ready to explore new possibilities.
One effective way to slow down and gain a fresh perspective is to ask great questions. Questions have the power to stimulate creativity, challenge preconceived notions, and generate multiple perspectives. They help us to delve deeper into the problem, uncovering hidden complexities and uncovering new insights.
“The important thing is not to stop questioning. Curiosity has its own reason for existing.” – Albert Einstein
Benefits of Slowing Down and Asking Questions
When we slow down and ask questions, we open up a world of possibilities. Here are some key benefits of adopting this approach:
- Stimulates creativity: Asking questions encourages out-of-the-box thinking, sparking new ideas and innovative solutions.
- Challenges assumptions: By questioning our assumptions, we can uncover biases and limitations that may be hindering our problem-solving process.
- Explores different perspectives: Asking questions helps us consider diverse viewpoints, leading to a more comprehensive understanding of the problem.
- Overcomes stress and limitations: Slowing down and being curious reduces stress and allows for a more mindful problem-solving process, enabling us to navigate challenges more effectively.
By adopting a problem-solving mindset that prioritizes slowing down and asking questions , we can unlock our full problem-solving potential and approach challenges with clarity and confidence.
Problem Solving Techniques: Brainstorming and Six Thinking Hats
In problem-solving, it’s crucial to have effective techniques that stimulate creativity, generate ideas, and evaluate potential solutions. Two widely used problem-solving techniques are brainstorming and the six thinking hats method.
Brainstorming is a collaborative idea generation process that encourages participants to think freely and generate as many ideas as possible. The goal is to create a nonjudgmental environment where all ideas are welcomed and explored. By suspending judgment and fostering an open mindset, brainstorming enables teams to uncover innovative solutions and overcome obstacles.
The six thinking hats method, developed by Edward de Bono, provides a structured approach to problem solving. This technique divides thinking into six distinct perspectives, each associated with a specific color hat. The different hats represent different modes of thinking and allow individuals to look at a problem from multiple angles. The six hats are:
- White Hat : Focusing on the available information and facts
- Red Hat : Exploring emotions, intuitions, and feelings
- Black Hat : Identifying potential risks, obstacles, and critical judgment
- Yellow Hat : Identifying benefits, opportunities, and positive aspects
- Green Hat : Stimulating creativity and generating alternative ideas
- Blue Hat : Managing the thinking process and facilitating discussions
The six thinking hats method allows teams to wear different hats at different moments, encouraging diverse perspectives and avoiding bias. This technique enhances idea generation, problem analysis , and decision-making by ensuring that all relevant aspects are considered.
By combining brainstorming and the six thinking hats method, teams can benefit from both free-flowing idea generation and structured analysis. This dynamic approach can lead to innovative solutions that address complex problems effectively.
Next, we’ll explore the concept of “How Might We?” ( HMW ) questions, which further enhance idea generation and problem-solving.
In conclusion, problem-solving models, strategies, and techniques play a crucial role in addressing challenges and achieving desired outcomes in various fields. By utilizing effective problem-solving methods, teams and organizations can navigate complex issues, identify innovative solutions, and drive positive change.
Developing problem-solving skills is essential for individuals and teams to approach problems with clarity and confidence. Through clear problem identification , thorough analysis, and the application of problem-solving tools, teams can work collaboratively to generate viable solutions and make informed decisions.
Creating a supportive environment that encourages open communication, diverse perspectives, and an iterative approach to problem-solving is key to success. By fostering a culture that values curiosity, creativity, and continuous learning, organizations can empower their employees to tackle challenges head-on and drive meaningful progress.
In summary, problem-solving is not just a necessary skill, but also an art. By leveraging problem-solving models, techniques, and strategies, individuals and teams can confidently navigate complex issues, overcome obstacles, and achieve optimal outcomes. With a clear problem-solving process, a supportive environment, and a commitment to continuous improvement, problem-solving becomes a powerful tool for success in any context.
What is the importance of problem identification and analysis?
Problem identification and analysis are crucial in the problem-solving process as they help in accurately defining the problem, setting a clear goal, and understanding the underlying factors contributing to the problem.
What are some problem-solving tools for generating solutions?
There are various problem-solving tools available, including brainstorming, consensus tools, and iterative processes. These tools aid in generating solutions by encouraging creativity, tapping into collective intelligence, and refining ideas through testing and feedback.
How can I design effective problem-solving workshops?
To design effective problem-solving workshops, focus on agenda design , facilitation skills , and creating a psychologically safe space. It is essential to plan the workshop, provide structure, encourage open discussions, and guide the group towards solution implementation.
What are some problem-solving tips for success?
Some problem-solving tips for success include clearly defining the problem, avoiding hasty conclusions, trying different approaches, maintaining a constructive and collaborative mindset, getting the right people involved, documenting the process, and considering the role of a facilitator.
What is Polya’s four-step problem-solving model?
Polya’s four-step problem-solving model involves understanding the problem, devising a plan, executing the plan, and reflecting on the solution. It is a versatile model applicable to both academic and real-life problems.
What is the IDEAL problem-solving model?
The IDEAL problem-solving model includes identifying the problem, defining an outcome, exploring strategies, anticipating outcomes, and reflecting on the process. It is a comprehensive model for understanding and solving problems in various settings.
Can you provide examples of problem solving using Polya’s four-step model?
Sure! Examples of problem solving using Polya’s four-step model include solving everyday problems and academic/mathematical problems. These examples demonstrate the importance of understanding the problem, devising a plan, executing the plan, and reflecting on the solution.
Can you provide examples of problem solving using the IDEAL model?
Of course! Examples of problem solving using the IDEAL model cover various contexts and demonstrate the importance of identifying the problem, defining an outcome, exploring strategies, anticipating outcomes, and reflecting on the process for effective problem solving.
How does slowing down and asking questions contribute to problem solving?
Slowing down and adopting a problem-solving mindset allows for asking great questions, stimulating creativity, challenging assumptions, and generating multiple perspectives. This approach helps overcome stress and limitations, leading to better problem-solving outcomes.
What are some problem-solving techniques I can use?
Some problem-solving techniques include brainstorming and the six thinking hats method. Brainstorming fosters creativity, idea generation, and evaluation, while the six thinking hats method encourages considering different perspectives and exploring possibilities.
What are the key takeaways from this article on problem-solving?
The key takeaways include understanding the importance of problem-solving models, strategies, and techniques for tackling challenges, developing problem-solving skills, creating a supportive environment, and using a structured approach for successful outcomes.
Related Posts
307+ Ray Dalio Quotes [Principles, Life, Investing, Politics]
27+ Therapy Activities for Teens (Helpful Ideas)
Daring Leadership Institute: a groundbreaking partnership that amplifies Brené Brown's empirically based, courage-building curriculum with BetterUp’s human transformation platform.
What is Coaching?
Types of Coaching
Discover your perfect match : Take our 5-minute assessment and let us pair you with one of our top Coaches tailored just for you.
Find your coach
We're on a mission to help everyone live with clarity, purpose, and passion.
Join us and create impactful change.
Read the buzz about BetterUp.
Meet the leadership that's passionate about empowering your workforce.
For Business
For Individuals
27 Problem-solving strategies to turn challenges on their head
Problems come in all shapes and sizes — from workplace conflict to budget cuts. Creative problem-solving techniques are highly in demand and critical for success across industries. By focusing on defining the problem, identifying its root cause, and considering multiple problem-solving methods, you can solve issues effectively. The ability to tackle problems head-on is essential, and using proven strategies will help you find the best solutions. Let’s explore a five-step process, paired with additional techniques, to enhance your ability to solve even the most complex challenges.
What is an example of problem-solving?
Good problem-solving is key to the decision-making process . For example, a SaaS company experiencing high churn rates might define the problem as poor customer engagement in email marketing campaigns.
To resolve this, the team could brainstorm and ask questions about customer behavior, analyze their marketing tactics, and test new offers or discounts to retain customers. This process emphasizes the importance of evaluating and identifying the root causes to achieve a desired outcome.
5 steps to problem-solving
Perhaps you’ve got a problem you need to tackle. Or maybe you want to be prepared the next time one arises. Either way, it’s a good idea to get familiar with the five steps of problem-solving.
Use this step-by-step problem-solving method with the strategies in the following section to find possible solutions to your problem.
1. Identify the problem
Start by defining the problem and gathering as much data as possible. Separate facts from opinions, ask relevant questions, and establish a clear situation or problem statement .
Use rational persuasion to make sure your team agrees .
2. Break the problem down
Identifying the problem allows you to see which steps need to be taken to solve it. Once identified, break the problem into smaller, manageable parts. This step prevents jumping to conclusions and allows you to work systematically.
Then, strategic planning should be used to set a time frame for solving the problem and establish a timeline for the completion of each stage.
3. Generate potential solutions
At this stage, the aim isn’t to evaluate possible solutions but to generate as many ideas as possible.
Use brainstorming and other creative techniques like the six thinking hats. At this stage, aim to involve your team to expand your perspectives and generate various alternatives.
Encourage your team to use creative thinking and be patient — the best solution may not be the first or most obvious one.
4. Evaluate the possible solutions
Use criteria such as feasibility and alignment with organizational goals to narrow down your options. Conduct an evaluation to determine which solution is most likely to solve the problem.
There are usually many factors to consider. So when evaluating a solution, ask yourself the following questions:
- Will my team be on board with the proposition?
- Does the solution align with organizational goals ?
- Is the solution likely to achieve the desired outcomes?
- Is the solution realistic and possible with current resources and constraints?
- Will the solution solve the problem without causing additional unintended problems?
5. Implement and monitor the solutions
Once a solution is chosen, ensure its successful implementation. Then, monitor its progress, ensuring that feedback is collected and that the solution resolves the issue without causing unintended problems.
Request regular feedback from the team members involved and have a monitoring and evaluation plan in place to measure progress.
If the solution doesn’t achieve your desired results, start this step-by-step process again.
27 effective problem-solving strategies
There are many different ways to approach problem-solving. Each is suitable for different types of problems.
The most appropriate problem-solving techniques will depend on your specific problem. You may need to experiment with several strategies before you find a workable solution.
Here are 27 effective problem-solving strategies for you to try:
- Use a solution that worked before
- Brainstorming
- Work backward
- Use the Kipling method
- Draw the problem
- Use trial and error
- Sleep on it
- Get advice from your peers
- Use the Pareto principle
- Add successful solutions to your toolkit
- Define the problem
- Implement the solution
- Identify the problem
- Solution evaluation
- Identify possible causes
- SWOT analysis
- Generate alternatives
- Means-end analysis
- Solution development
- Build your problem-solving skills
- Divide and conquer
- Evaluate the outcome
- Guess and check
- Make a list
- Read the problem aloud
Let’s break each of these down.
1. Use a solution that worked before
It might seem obvious, but if you’ve faced similar problems in the past, look back to what worked then. See if any of the solutions could apply to your current situation and, if so, replicate them.
2. Brainstorming
The more people you enlist to help solve the problem, the more potential solutions you can come up with.
Use different brainstorming techniques to workshop potential solutions with your team. They’ll likely bring something you haven’t thought of to the table.
3. Work backward
Working backward is a way to reverse engineer your problem. Imagine your problem has been solved, and make that the starting point.
Then, retrace your steps back to where you are now. This can help you see which course of action may be most effective.
4. Use the Kipling method
This is a method that poses six questions based on Rudyard Kipling’s poem, “ I Keep Six Honest Serving Men .”
- What is the problem?
- Why is the problem important?
- When did the problem arise, and when does it need to be solved?
- How did the problem happen?
- Where is the problem occurring?
- Who does the problem affect?
Answering these questions can help you identify possible solutions.
5. Draw the problem
Sometimes it can be difficult to visualize all the components and moving parts of a problem and its solution. Drawing a diagram can help.
This technique is particularly helpful for solving process-related problems. For example, a product development team might want to decrease the time they take to fix bugs and create new iterations. Drawing the processes involved can help you see where improvements can be made.
6. Use trial-and-error
A trial-and-error approach can be useful when you have several possible solutions and want to test them to see which one works best.
7. Sleep on it
Finding the best solution to a problem is a process. Remember to take breaks and get enough rest . Sometimes, a walk around the block can bring inspiration, but you should sleep on it if possible.
A good night’s sleep helps us find creative solutions to problems. This is because when you sleep, your brain sorts through the day’s events and stores them as memories. This enables you to process your ideas at a subconscious level.
If possible, give yourself a few days to develop and analyze possible solutions. You may find you have greater clarity after sleeping on it. Your mind will also be fresh, so you’ll be able to make better decisions.
8. Get advice from your peers
Getting input from a group of people can help you find solutions you may not have thought of on your own.
For solo entrepreneurs or freelancers, this might look like hiring a coach or mentor or joining a mastermind group.
For leaders , it might be consulting other members of the leadership team or working with a business coach .
It’s important to recognize you might not have all the skills, experience, or knowledge necessary to find a solution alone.
9. Use the Pareto principle
The Pareto principle — also known as the 80/20 rule — can help you identify possible root causes and potential solutions for your problems.
Although it’s not a mathematical law, it’s a principle found throughout many aspects of business and life. For example, 20% of the sales reps in a company might close 80% of the sales.
You may be able to narrow down the causes of your problem by applying the Pareto principle. This can also help you identify the most appropriate solutions.
10. Add successful solutions to your toolkit
Every situation is different, and the same solutions might not always work. But by keeping a record of successful problem-solving strategies, you can build up a solutions toolkit.
These solutions may be applicable to future problems. Even if not, they may save you some of the time and work needed to come up with a new solution.
11. Define the problem
Clarity is key. Break down the issue and analyze each component. This crucial first step ensures you're addressing the right problem, saving valuable time and resources.
12. Implement the solution
Once you've decided on a course of action , it's time to execute. Set clear steps, delegate responsibilities, and keep a close eye on progress. Getting all stakeholders on board is essential for achieving desired outcomes.
13. Identify the problem
Dig deep to find the root cause. This approach helps you focus on the real issue, avoiding unnecessary detours and ensuring you're not just treating symptoms.
14. Solution evaluation
After implementation, take a step back and assess. Did it solve the problem as expected? What was the impact? This reflection allows you to learn and apply insights to future challenges.
15. Identify possible causes
Once you've defined the problem, brainstorm potential sources. Consider various factors like processes, team dynamics, or external variables. This step is vital for accurate diagnosis.
16. SWOT analysis
Break down the Strengths, Weaknesses, Opportunities, and Threats related to the issue. This structured approach offers a comprehensive perspective, clarifying the context for better decision-making.
17. Five Whys
Ask "Why?" five times (or more) to drill down to the root cause. It's a simple yet powerful technique for unraveling complex issues and finding fundamental solutions.
18. Generate alternatives
Don't settle for the first idea. Use brainstorming or other methods to create multiple options. Having a range of choices ensures you can select the most effective approach.
19. Means-end analysis
Compare your current situation to the desired outcome, then identify the steps needed to bridge that gap. This systematic method helps structure your solution path.
20. Solution development
After generating potential alternatives, refine them into actionable plans. Weigh the pros and cons , consider feasibility, and align your approach with available resources and objectives.
21. Build your problem-solving skills
Continuous improvement is crucial. Engage in regular practice, learn new methods, and seek peer feedback . This ongoing development enhances your ability to tackle increasingly complex issues.
22. Divide and conquer
When faced with a complex issue, break it into smaller, more manageable parts. This method allows you to tackle each component individually, making the overall process less daunting.
23. Evaluate the outcome
Once a solution is in place, assess its impact. Did it solve the problem as expected? What lessons can be learned? This evaluation is key for continuous improvement.
24. Guess and check
For smaller, low-risk problems, don't be afraid to make an educated guess and test it. This trial-and-error approach can quickly lead to effective solutions in certain situations.
25. Heuristics
These mental shortcuts or rules of thumb can simplify decision-making. While not guaranteeing perfect results, they're useful for quick decisions when time or information is limited.
26. Make a list
Sometimes, the simplest methods are the most effective. Listing potential causes, solutions, or actions helps organize thoughts and ensures nothing is overlooked.
27. Read the problem aloud
When feeling overwhelmed or paralyzed by decision fatigue , vocalize the issue. This technique forces you to articulate the problem clearly, potentially revealing insights you hadn't noticed before.
What skills do efficient problem solvers have?
Improving problem-solving skills is essential for professional development — both yours and your team’s. Here are some of the key skills of effective problem solvers:
- Critical thinking and analytical skills
- Communication skills , including active listening
- Decision-making
- Planning and prioritization
- Emotional intelligence , including empathy and emotional regulation
- Time management
- Data analysis
- Research skills
- Project management
And they see problems as opportunities. Everyone is born with problem-solving skills. But accessing these abilities depends on how we view problems. Effective problem-solvers see problems as opportunities to learn and improve.
How to improve your problem-solving skills
Ready to work on your problem-solving abilities? Get started with these seven tips.
1. Build your problem-solving skills
One of the best ways to improve your problem-solving skills is to learn from experts. Consider enrolling in organizational training , shadowing a mentor , or working with a coach . Practice problem-solving techniques in real-world scenarios. Focus on learning new methods like functional fixedness or the Pareto principle to expand your skillset.
2. Practice
Practice using your new problem-solving skills by applying them to smaller problems you might encounter in your daily life.
Alternatively, imagine problematic scenarios that might arise at work and use problem-solving strategies to find hypothetical solutions.
3. Don’t try to find a solution right away
Often, the first solution you think of to solve a problem isn’t the most appropriate or effective.
Instead of thinking on the spot, give yourself time and use one or more of the problem-solving strategies above to activate your creative thinking.
4. Ask for feedback
Receiving feedback is always important for learning and growth. Your perception of your problem-solving skills may be different from that of your colleagues. They can provide insights that help you improve.
5. Learn new approaches and methodologies
There are entire books written about problem-solving methodologies if you want to take a deep dive into the subject.
We recommend starting with reading about problem-solving methodologies, such as Six Thinking Hats or “ Fixed — How to Perfect the Fine Art of Problem Solving ” by Amy E. Herman.
6. Experiment
Tried-and-tested problem-solving techniques can be useful. However, they don’t teach you how to innovate and develop your own problem-solving approaches.
Sometimes, an unconventional approach can lead to the development of a brilliant new idea or strategy. So don’t be afraid to suggest your most “out there” ideas. Creativity and out-of-the-box thinking can drive success.
7. Analyze the success of your competitors
Do you have competitors who have already solved the problem you’re facing? Look at what they did, and work backward to solve your own problem.
For example, Netflix started in the 1990s as a DVD mail-rental company. Its main competitor at the time was Blockbuster.
But when streaming became the norm in the early 2000s, both companies faced a crisis. Netflix innovated, unveiling its streaming service in 2007.
If Blockbuster had followed Netflix’s example, it might have survived. Instead, it declared bankruptcy in 2010.
Use problem-solving strategies to push past blockers
When facing a problem, it’s worth taking the time to find the right solution.
Otherwise, we risk either running away from our problems or headlong into solutions. When we do this, we might miss out on other, better options.
Use the problem-solving strategies outlined above to find innovative solutions to your business’ most perplexing problems.
If you’re ready to take problem-solving to the next level, try parenting with a BetterUp Coach . Our expert coaches specialize in helping teams develop and implement strategies that work.
Understand Yourself Better:
Big 5 Personality Test
Elizabeth Perry, ACC
Elizabeth Perry is a Coach Community Manager at BetterUp. She uses strategic engagement strategies to cultivate a learning community across a global network of Coaches through in-person and virtual experiences, technology-enabled platforms, and strategic coaching industry partnerships. With over 3 years of coaching experience and a certification in transformative leadership and life coaching from Sofia University, Elizabeth leverages transpersonal psychology expertise to help coaches and clients gain awareness of their behavioral and thought patterns, discover their purpose and passions, and elevate their potential. She is a lifelong student of psychology, personal growth, and human potential as well as an ICF-certified ACC transpersonal life and leadership Coach.
What are metacognitive skills? Examples in everyday life
5 problem-solving questions to prepare you for your next interview, 8 creative solutions to your most challenging problems, the pareto principle: how the 80/20 rule can help you do more with less, learn what process mapping is and how to create one (+ examples), leadership activities that encourage employee engagement, adjusting your vision for 2024, how to create a work plan (with template), can dreams help you solve problems 6 ways to try, thinking outside the box: 8 ways to become a creative problem solver, 31 examples of problem solving performance review phrases, 3 problem statement examples and steps to write your own, 10 examples of principles that can guide your approach to work, contingency planning: 4 steps to prepare for the unexpected, stay connected with betterup, get our newsletter, event invites, plus product insights and research..
3100 E 5th Street, Suite 350 Austin, TX 78702
- Platform overview
- Integrations
- Powered by AI
- BetterUp Lead™
- BetterUp Manage™
- BetterUp Care®
- Sales Performance
- Diversity & Inclusion
- Case studies
- ROI of BetterUp
- What is coaching?
- About Coaching
- Find your Coach
- Career Coaching
- Communication Coaching
- Personal Coaching
- News and Press
- Leadership Team
- Become a BetterUp Coach
- BetterUp Briefing
- Center for Purpose & Performance
- Leadership Training
- Business Coaching
- Contact Support
- Contact Sales
- Privacy Policy
- Acceptable Use Policy
- Trust & Security
- Cookie Preferences
IMAGES