• To save this word, you'll need to log in. Log In

problem-solving

Definition of problem-solving

Examples of problem-solving in a sentence.

These examples are programmatically compiled from various online sources to illustrate current usage of the word 'problem-solving.' Any opinions expressed in the examples do not represent those of Merriam-Webster or its editors. Send us feedback about these examples.

Dictionary Entries Near problem-solving

Cite this entry.

“Problem-solving.” Merriam-Webster.com Dictionary , Merriam-Webster, https://www.merriam-webster.com/dictionary/problem-solving. Accessed 13 Apr. 2024.

Subscribe to America's largest dictionary and get thousands more definitions and advanced search—ad free!

Play Quordle: Guess all four words in a limited number of tries.  Each of your guesses must be a real 5-letter word.

Can you solve 4 words at once?

Word of the day.

See Definitions and Examples »

Get Word of the Day daily email!

Popular in Grammar & Usage

Your vs. you're: how to use them correctly, every letter is silent, sometimes: a-z list of examples, more commonly mispronounced words, how to use em dashes (—), en dashes (–) , and hyphens (-), absent letters that are heard anyway, popular in wordplay, the words of the week - apr. 12, 10 scrabble words without any vowels, 12 more bird names that sound like insults (and sometimes are), 8 uncommon words related to love, 9 superb owl words, games & quizzes.

Play Blossom: Solve today's spelling word game by finding as many words as you can using just 7 letters. Longer words score more points.

What Is Problem Solving? How Software Engineers Approach Complex Challenges

HackerRank AI Promotion

From debugging an existing system to designing an entirely new software application, a day in the life of a software engineer is filled with various challenges and complexities. The one skill that glues these disparate tasks together and makes them manageable? Problem solving . 

Throughout this blog post, we’ll explore why problem-solving skills are so critical for software engineers, delve into the techniques they use to address complex challenges, and discuss how hiring managers can identify these skills during the hiring process. 

What Is Problem Solving?

But what exactly is problem solving in the context of software engineering? How does it work, and why is it so important?

Problem solving, in the simplest terms, is the process of identifying a problem, analyzing it, and finding the most effective solution to overcome it. For software engineers, this process is deeply embedded in their daily workflow. It could be something as simple as figuring out why a piece of code isn’t working as expected, or something as complex as designing the architecture for a new software system. 

In a world where technology is evolving at a blistering pace, the complexity and volume of problems that software engineers face are also growing. As such, the ability to tackle these issues head-on and find innovative solutions is not only a handy skill — it’s a necessity. 

The Importance of Problem-Solving Skills for Software Engineers

Problem-solving isn’t just another ability that software engineers pull out of their toolkits when they encounter a bug or a system failure. It’s a constant, ongoing process that’s intrinsic to every aspect of their work. Let’s break down why this skill is so critical.

Driving Development Forward

Without problem solving, software development would hit a standstill. Every new feature, every optimization, and every bug fix is a problem that needs solving. Whether it’s a performance issue that needs diagnosing or a user interface that needs improving, the capacity to tackle and solve these problems is what keeps the wheels of development turning.

It’s estimated that 60% of software development lifecycle costs are related to maintenance tasks, including debugging and problem solving. This highlights how pivotal this skill is to the everyday functioning and advancement of software systems.

Innovation and Optimization

The importance of problem solving isn’t confined to reactive scenarios; it also plays a major role in proactive, innovative initiatives . Software engineers often need to think outside the box to come up with creative solutions, whether it’s optimizing an algorithm to run faster or designing a new feature to meet customer needs. These are all forms of problem solving.

Consider the development of the modern smartphone. It wasn’t born out of a pre-existing issue but was a solution to a problem people didn’t realize they had — a device that combined communication, entertainment, and productivity into one handheld tool.

Increasing Efficiency and Productivity

Good problem-solving skills can save a lot of time and resources. Effective problem-solvers are adept at dissecting an issue to understand its root cause, thus reducing the time spent on trial and error. This efficiency means projects move faster, releases happen sooner, and businesses stay ahead of their competition.

Improving Software Quality

Problem solving also plays a significant role in enhancing the quality of the end product. By tackling the root causes of bugs and system failures, software engineers can deliver reliable, high-performing software. This is critical because, according to the Consortium for Information and Software Quality, poor quality software in the U.S. in 2022 cost at least $2.41 trillion in operational issues, wasted developer time, and other related problems.

Problem-Solving Techniques in Software Engineering

So how do software engineers go about tackling these complex challenges? Let’s explore some of the key problem-solving techniques, theories, and processes they commonly use.

Decomposition

Breaking down a problem into smaller, manageable parts is one of the first steps in the problem-solving process. It’s like dealing with a complicated puzzle. You don’t try to solve it all at once. Instead, you separate the pieces, group them based on similarities, and then start working on the smaller sets. This method allows software engineers to handle complex issues without being overwhelmed and makes it easier to identify where things might be going wrong.

Abstraction

In the realm of software engineering, abstraction means focusing on the necessary information only and ignoring irrelevant details. It is a way of simplifying complex systems to make them easier to understand and manage. For instance, a software engineer might ignore the details of how a database works to focus on the information it holds and how to retrieve or modify that information.

Algorithmic Thinking

At its core, software engineering is about creating algorithms — step-by-step procedures to solve a problem or accomplish a goal. Algorithmic thinking involves conceiving and expressing these procedures clearly and accurately and viewing every problem through an algorithmic lens. A well-designed algorithm not only solves the problem at hand but also does so efficiently, saving computational resources.

Parallel Thinking

Parallel thinking is a structured process where team members think in the same direction at the same time, allowing for more organized discussion and collaboration. It’s an approach popularized by Edward de Bono with the “ Six Thinking Hats ” technique, where each “hat” represents a different style of thinking.

In the context of software engineering, parallel thinking can be highly effective for problem solving. For instance, when dealing with a complex issue, the team can use the “White Hat” to focus solely on the data and facts about the problem, then the “Black Hat” to consider potential problems with a proposed solution, and so on. This structured approach can lead to more comprehensive analysis and more effective solutions, and it ensures that everyone’s perspectives are considered.

This is the process of identifying and fixing errors in code . Debugging involves carefully reviewing the code, reproducing and analyzing the error, and then making necessary modifications to rectify the problem. It’s a key part of maintaining and improving software quality.

Testing and Validation

Testing is an essential part of problem solving in software engineering. Engineers use a variety of tests to verify that their code works as expected and to uncover any potential issues. These range from unit tests that check individual components of the code to integration tests that ensure the pieces work well together. Validation, on the other hand, ensures that the solution not only works but also fulfills the intended requirements and objectives.

Explore verified tech roles & skills.

The definitive directory of tech roles, backed by machine learning and skills intelligence.

Explore all roles

Evaluating Problem-Solving Skills

We’ve examined the importance of problem-solving in the work of a software engineer and explored various techniques software engineers employ to approach complex challenges. Now, let’s delve into how hiring teams can identify and evaluate problem-solving skills during the hiring process.

Recognizing Problem-Solving Skills in Candidates

How can you tell if a candidate is a good problem solver? Look for these indicators:

  • Previous Experience: A history of dealing with complex, challenging projects is often a good sign. Ask the candidate to discuss a difficult problem they faced in a previous role and how they solved it.
  • Problem-Solving Questions: During interviews, pose hypothetical scenarios or present real problems your company has faced. Ask candidates to explain how they would tackle these issues. You’re not just looking for a correct solution but the thought process that led them there.
  • Technical Tests: Coding challenges and other technical tests can provide insight into a candidate’s problem-solving abilities. Consider leveraging a platform for assessing these skills in a realistic, job-related context.

Assessing Problem-Solving Skills

Once you’ve identified potential problem solvers, here are a few ways you can assess their skills:

  • Solution Effectiveness: Did the candidate solve the problem? How efficient and effective is their solution?
  • Approach and Process: Go beyond whether or not they solved the problem and examine how they arrived at their solution. Did they break the problem down into manageable parts? Did they consider different perspectives and possibilities?
  • Communication: A good problem solver can explain their thought process clearly. Can the candidate effectively communicate how they arrived at their solution and why they chose it?
  • Adaptability: Problem-solving often involves a degree of trial and error. How does the candidate handle roadblocks? Do they adapt their approach based on new information or feedback?

Hiring managers play a crucial role in identifying and fostering problem-solving skills within their teams. By focusing on these abilities during the hiring process, companies can build teams that are more capable, innovative, and resilient.

Key Takeaways

As you can see, problem solving plays a pivotal role in software engineering. Far from being an occasional requirement, it is the lifeblood that drives development forward, catalyzes innovation, and delivers of quality software. 

By leveraging problem-solving techniques, software engineers employ a powerful suite of strategies to overcome complex challenges. But mastering these techniques isn’t simple feat. It requires a learning mindset, regular practice, collaboration, reflective thinking, resilience, and a commitment to staying updated with industry trends. 

For hiring managers and team leads, recognizing these skills and fostering a culture that values and nurtures problem solving is key. It’s this emphasis on problem solving that can differentiate an average team from a high-performing one and an ordinary product from an industry-leading one.

At the end of the day, software engineering is fundamentally about solving problems — problems that matter to businesses, to users, and to the wider society. And it’s the proficient problem solvers who stand at the forefront of this dynamic field, turning challenges into opportunities, and ideas into reality.

This article was written with the help of AI. Can you tell which parts?

Get started with HackerRank

Over 2,500 companies and 40% of developers worldwide use HackerRank to hire tech talent and sharpen their skills.

Recommended topics

  • Hire Developers
  • Problem Solving

Abstract, futuristic image generated by AI

What Factors Actually Impact a Developer’s Decision to Accept an Offer?

loading

How it works

For Business

Join Mind Tools

Article • 7 min read

What Is Problem Solving?

By the Mind Tools Content Team

meaning of problem solving in it

We all spend a lot of our time solving problems, both at work and in our personal lives.

Some problems are small, and we can quickly sort them out ourselves. But others are complex challenges that take collaboration, creativity, and a considerable amount of effort to solve.

At work, the types of problems we face depend largely on the organizations we're in and the jobs we do. A manager in a cleaning company, for example, might spend their day untangling staffing issues, resolving client complaints, and sorting out problems with equipment and supplies. An aircraft designer, on the other hand, might be grappling with a problem about aerodynamics, or trying to work out why a new safety feature isn't working. Meanwhile, a politician might be exploring solutions to racial injustice or climate change.

But whatever issues we face, there are some common ways to tackle them effectively. And we can all boost our confidence and ability to succeed by building a strong set of problem-solving skills.

Mind Tools offers a large collection of resources to help you do just that!

How Well Do You Solve Problems?

Start by taking an honest look at your existing skills. What's your current approach to solving problems, and how well is it working? Our quiz, How Good Is Your Problem Solving? lets you analyze your abilities, and signposts ways to address any areas of weakness.

Define Every Problem

The first step in solving a problem is understanding what that problem actually is. You need to be sure that you're dealing with the real problem – not its symptoms. For example, if performance in your department is substandard, you might think that the problem lies with the individuals submitting work. However, if you look a bit deeper, the real issue might be a general lack of training, or an unreasonable workload across the team.

Tools like 5 Whys , Appreciation and Root Cause Analysis get you asking the right questions, and help you to work through the layers of a problem to uncover what's really going on.

However, defining a problem doesn't mean deciding how to solve it straightaway. It's important to look at the issue from a variety of perspectives. If you commit yourself too early, you can end up with a short-sighted solution. The CATWOE checklist provides a powerful reminder to look at many elements that may contribute to the problem, keeping you open to a variety of possible solutions.

Understanding Complexity

As you define your problem, you'll often discover just how complicated it is. There are likely several interrelated issues involved. That's why it's important to have ways to visualize, simplify and make sense of this tangled mess!

Affinity Diagrams are great for organizing many different pieces of information into common themes, and for understanding the relationships between them.

Another popular tool is the Cause-and-Effect Diagram . To generate viable solutions, you need a solid understanding of what's causing the problem.

When your problem occurs within a business process, creating a Flow Chart , Swim Lane Diagram or a Systems Diagram will help you to see how various activities and inputs fit together. This may well highlight a missing element or bottleneck that's causing your problem.

Quite often, what seems to be a single problem turns out to be a whole series of problems. The Drill Down technique prompts you to split your problem into smaller, more manageable parts.

General Problem-Solving Tools

When you understand the problem in front of you, you’re ready to start solving it. With your definition to guide you, you can generate several possible solutions, choose the best one, then put it into action. That's the four-step approach at the heart of good problem solving.

There are various problem-solving styles to use. For example:

  • Constructive Controversy is a way of widening perspectives and energizing discussions.
  • Inductive Reasoning makes the most of people’s experiences and know-how, and can speed up solution finding.
  • Means-End Analysis can bring extra clarity to your thinking, and kick-start the process of implementing solutions.

Specific Problem-Solving Systems

Some particularly complicated or important problems call for a more comprehensive process. Again, Mind Tools has a range of approaches to try, including:

  • Simplex , which involves an eight-stage process: problem finding, fact finding, defining the problem, idea finding, selecting and evaluating, planning, selling the idea, and acting. These steps build upon the basic, four-step process described above, and they create a cycle of problem finding and solving that will continually improve your organization.
  • Appreciative Inquiry , which is a uniquely positive way of solving problems by examining what's working well in the areas surrounding them.
  • Soft Systems Methodology , which takes you through four stages to uncover more details about what's creating your problem, and then define actions that will improve the situation.

Further Problem-Solving Strategies

Good problem solving requires a number of other skills – all of which are covered by Mind Tools.

For example, we have a large section of resources to improve your Creativity , so that you come up with a range of possible solutions.

By strengthening your Decision Making , you'll be better at evaluating the options, selecting the best ones, then choosing how to implement them.

And our Project Management collection has valuable advice for strengthening the whole problem-solving process. The resources there will help you to make effective changes – and then keep them working long term.

Problems are an inescapable part of life, both in and out of work. So we can all benefit from having strong problem-solving skills.

It's important to understand your current approach to problem solving, and to know where and how to improve.

Define every problem you encounter – and understand its complexity, rather than trying to solve it too soon.

There's a range of general problem-solving approaches, helping you to generate possible answers, choose the best ones, and then implement your solution.

Some complicated or serious problems require more specific problem-solving systems, especially when they relate to business processes.

By boosting your creativity, decision-making and project-management skills, you’ll become even better at solving all the problems you face.

You've accessed 1 of your 2 free resources.

Get unlimited access

Discover more content

Book Insights

The Back of the Napkin: Solving Problems and Selling Ideas With Pictures

Infographic

Creative Problem Solving Infographic

Infographic Transcript

Add comment

Comments (0)

Be the first to comment!

meaning of problem solving in it

Team Management

Learn the key aspects of managing a team, from building and developing your team, to working with different types of teams, and troubleshooting common problems.

Sign-up to our newsletter

Subscribing to the Mind Tools newsletter will keep you up-to-date with our latest updates and newest resources.

Subscribe now

Business Skills

Personal Development

Leadership and Management

Member Extras

Most Popular

Newest Releases

Article a4cfi9v

Pain Points Podcast - Connecting to Mission

Article agz0gft

Empathy at Work

Mind Tools Store

About Mind Tools Content

Discover something new today

The five conversations framework.

An Alternative Approach to Appraisals

What Is the Five Conversations Framework?

Changing the way you do appraisals

How Emotionally Intelligent Are You?

Boosting Your People Skills

Self-Assessment

What's Your Leadership Style?

Learn About the Strengths and Weaknesses of the Way You Like to Lead

Recommended for you

Are you intrinsically motivated.

Understanding What Drives You

Business Operations and Process Management

Strategy Tools

Customer Service

Business Ethics and Values

Handling Information and Data

Project Management

Knowledge Management

Self-Development and Goal Setting

Time Management

Presentation Skills

Learning Skills

Career Skills

Communication Skills

Negotiation, Persuasion and Influence

Working With Others

Difficult Conversations

Creativity Tools

Self-Management

Work-Life Balance

Stress Management and Wellbeing

Coaching and Mentoring

Change Management

Managing Conflict

Delegation and Empowerment

Performance Management

Leadership Skills

Developing Your Team

Talent Management

Problem Solving

Decision Making

Member Podcast

problem solving definition

Problem Solving Skills for the Digital Age

Lucid Content

Reading time: about 6 min

Let’s face it: Things don’t always go according to plan. Systems fail, wires get crossed, projects fall apart.

Problems are an inevitable part of life and work. They’re also an opportunity to think critically and find solutions. But knowing how to get to the root of unexpected situations or challenges can mean the difference between moving forward and spinning your wheels.

Here, we’ll break down the key elements of problem solving, some effective problem solving approaches, and a few effective tools to help you arrive at solutions more quickly.

So, what is problem solving?

Broadly defined, problem solving is the process of finding solutions to difficult or complex issues. But you already knew that. Understanding problem solving frameworks, however, requires a deeper dive.

Think about a recent problem you faced. Maybe it was an interpersonal issue. Or it could have been a major creative challenge you needed to solve for a client at work. How did you feel as you approached the issue? Stressed? Confused? Optimistic? Most importantly, which problem solving techniques did you use to tackle the situation head-on? How did you organize thoughts to arrive at the best possible solution?

Solve your problem-solving problem  

Here’s the good news: Good problem solving skills can be learned. By its nature, problem solving doesn’t adhere to a clear set of do’s and don’ts—it requires flexibility, communication, and adaptation. However, most problems you face, at work or in life, can be tackled using four basic steps.

First, you must define the problem . This step sounds obvious, but often, you can notice that something is amiss in a project or process without really knowing where the core problem lies. The most challenging part of the problem solving process is uncovering where the problem originated.

Second, you work to generate alternatives to address the problem directly. This should be a collaborative process to ensure you’re considering every angle of the issue.

Third, you evaluate and test potential solutions to your problem. This step helps you fully understand the complexity of the issue and arrive at the best possible solution.

Finally, fourth, you select and implement the solution that best addresses the problem.

Following this basic four-step process will help you approach every problem you encounter with the same rigorous critical and strategic thinking process, recognize commonalities in new problems, and avoid repeating past mistakes.

In addition to these basic problem solving skills, there are several best practices that you should incorporate. These problem solving approaches can help you think more critically and creatively about any problem:

You may not feel like you have the right expertise to resolve a specific problem. Don’t let that stop you from tackling it. The best problem solvers become students of the problem at hand. Even if you don’t have particular expertise on a topic, your unique experience and perspective can lend itself to creative solutions.

Challenge the status quo

Standard problem solving methodologies and problem solving frameworks are a good starting point. But don’t be afraid to challenge assumptions and push boundaries. Good problem solvers find ways to apply existing best practices into innovative problem solving approaches.

Think broadly about and visualize the issue

Sometimes it’s hard to see a problem, even if it’s right in front of you. Clear answers could be buried in rows of spreadsheet data or lost in miscommunication. Use visualization as a problem solving tool to break down problems to their core elements. Visuals can help you see bottlenecks in the context of the whole process and more clearly organize your thoughts as you define the problem.  

Hypothesize, test, and try again

It might be cliche, but there’s truth in the old adage that 99% of inspiration is perspiration. The best problem solvers ask why, test, fail, and ask why again. Whether it takes one or 1,000 iterations to solve a problem, the important part—and the part that everyone remembers—is the solution.

Consider other viewpoints

Today’s problems are more complex, more difficult to solve, and they often involve multiple disciplines. They require group expertise and knowledge. Being open to others’ expertise increases your ability to be a great problem solver. Great solutions come from integrating your ideas with those of others to find a better solution. Excellent problem solvers build networks and know how to collaborate with other people and teams. They are skilled in bringing people together and sharing knowledge and information.

4 effective problem solving tools

As you work through the problem solving steps, try these tools to better define the issue and find the appropriate solution.

Root cause analysis

Similar to pulling weeds from your garden, if you don’t get to the root of the problem, it’s bound to come back. A root cause analysis helps you figure out the root cause behind any disruption or problem, so you can take steps to correct the problem from recurring. The root cause analysis process involves defining the problem, collecting data, and identifying causal factors to pinpoint root causes and arrive at a solution.

root cause analysis example table

Less structured than other more traditional problem solving methods, the 5 Whys is simply what it sounds like: asking why over and over to get to the root of an obstacle or setback. This technique encourages an open dialogue that can trigger new ideas about a problem, whether done individually or with a group. Each why piggybacks off the answer to the previous why. Get started with the template below—both flowcharts and fishbone diagrams can also help you track your answers to the 5 Whys.

5 Whys analysis

Brainstorming

A meeting of the minds, a brain dump, a mind meld, a jam session. Whatever you call it, collaborative brainstorming can help surface previously unseen issues, root causes, and alternative solutions. Create and share a mind map with your team members to fuel your brainstorming session.

Gap analysis

Sometimes you don’t know where the problem is until you determine where it isn’t. Gap filling helps you analyze inadequacies that are preventing you from reaching an optimized state or end goal. For example, a content gap analysis can help a content marketer determine where holes exist in messaging or the customer experience. Gap analysis is especially helpful when it comes to problem solving because it requires you to find workable solutions. A SWOT analysis chart that looks at a problem through the lens of strengths, opportunities, opportunities, and threats can be a helpful problem solving framework as you start your analysis.

SWOT analysis

A better way to problem solve

Beyond these practical tips and tools, there are myriad methodical and creative approaches to move a project forward or resolve a conflict. The right approach will depend on the scope of the issue and your desired outcome.

Depending on the problem, Lucidchart offers several templates and diagrams that could help you identify the cause of the issue and map out a plan to resolve it.  Learn more about how Lucidchart can help you take control of your problem solving process .

Lucidchart, a cloud-based intelligent diagramming application, is a core component of Lucid Software's Visual Collaboration Suite. This intuitive, cloud-based solution empowers teams to collaborate in real-time to build flowcharts, mockups, UML diagrams, customer journey maps, and more. Lucidchart propels teams forward to build the future faster. Lucid is proud to serve top businesses around the world, including customers such as Google, GE, and NBC Universal, and 99% of the Fortune 500. Lucid partners with industry leaders, including Google, Atlassian, and Microsoft. Since its founding, Lucid has received numerous awards for its products, business, and workplace culture. For more information, visit lucidchart.com.

Related articles

meaning of problem solving in it

Sometimes you're faced with challenges that traditional problem solving can't fix. Creative problem solving encourages you to find new, creative ways of thinking that can help you overcome the issue at hand more quickly.

meaning of problem solving in it

Root cause analysis refers to any problem-solving method used to trace an issue back to its origin. Learn how to complete a root cause analysis—we've even included templates to get you started.

Bring your bright ideas to life.

or continue with

meaning of problem solving in it

  • Onsite training

3,000,000+ delegates

15,000+ clients

1,000+ locations

  • KnowledgePass
  • Log a ticket

01344203999 Available 24/7

What is Problem Solving? A Complete Guide

Explore the essence of What is Problem Solving as we dissect this fundamental concept. From defining the very nature of problem-solving to understanding the intricate process it entails, this blog covers it all. Uncover the key skills essential for effective problem-solving and strategies to enhance your abilities in this critical skill.

stars

Exclusive 40% OFF

Training Outcomes Within Your Budget!

We ensure quality, budget-alignment, and timely delivery by our expert instructors.

Share this Resource

  • Introduction to Management
  • Personal & Organisational Development
  • Workforce Resource Planning Training
  • Supervisor Training
  • Introduction to Managing Budgets

course

According to Statista , more than 50 per cent of IT Managers preferred candidates with effective Problem Solving skills. In this blog, you will learn what is Problem Solving, its process, key skills and strategies, along with tools and techniques to do so. 

Table of contents  

1) What is Problem Solving definition?  

2) The process of Problem Solving  

3) Key skills for effective Problem Solving  

4) Strategies for enhancing Problem Solving abilities  

5) Problem Solving tools and techniques  

6) Conclusion       

What is Problem Solving definition?  

Management Training

The process of Problem Solving  

The Process of Problem Solving

Understanding the problem   

The first step in Problem Solving is gaining a clear understanding of the issue at hand. Take the time to thoroughly analyse the problem and gather relevant information. Ask yourself questions like:  

1) What is the nature of the problem?  

2) What are the factors contributing to the problem?  

3) What are the desired outcomes?  

4) Are there any constraints or limitations to consider?  

By gaining a comprehensive understanding of the problem, you lay a solid foundation for finding an effective solution.  

Generating possible solutions   

Once you have a clear grasp of the problem, it's time to brainstorm potential solutions. Encourage creativity and think outside the box. Consider all possible options without judgment or criticism. The goal at this stage is to generate a variety of ideas and alternatives.  

Evaluating and selecting the best solution   

After generating a list of possible solutions, it's important to evaluate each option based on its feasibility, effectiveness, and alignment with the desired outcome. Consider the advantages and disadvantages of each and every solution. Assess its practicality and the resources required for implementation.  

Additionally, take into account the potential risks and benefits associated with each solution. Consider any potential consequences or impacts on other aspects. Based on this evaluation, select the solution that appears most viable and promising.  

Implementing the solution   

Once you have chosen the best solution, it's time to put it into action. Develop a detailed plan outlining the necessary steps and allocate the required resources. Determine responsibilities and deadlines to ensure a smooth implementation process.  

During implementation, monitor progress and make any necessary adjustments or adaptations. Stay proactive and address any challenges or obstacles that may arise along the way. Effective communication and collaboration with others involved in the process can greatly contribute to successful implementation.  

Assessing the results   

After implementing the solution, it's essential to assess the results. Evaluate whether the problem has been properly resolved or if further adjustments are required. Analyse the outcomes and compare them against the desired goals and expectations.  

Consider whether the chosen solution has brought about the intended benefits and if any unexpected consequences have emerged. Reflect on the overall effectiveness of the Problem Solving process and identify any lessons learned for future reference.  

Remember, Problem Solving is an iterative process, and it's not uncommon to revisit and refine solutions based on ongoing evaluation and feedback. Embrace a continuous improvement mindset and be open to seeking alternative approaches if necessary.  

By following this Problem Solving process, you can approach challenges systematically and increase your chances of finding effective solutions. Remember that practice and experience play a vital role in honing your skills. 

Master the art of solving problems and become a catalyst for innovation and success with our Problem Solving Training – Sign up now!  

Key skills for effective Problem Solving   

In order to become an effective problem solver, it is crucial to develop a set of key skills that enhance your Problem Solving abilities. These skills enable you to approach challenges with a strategic mindset and find innovative solutions. Let's look at some of these skills:  

Critical thinking   

Critical thinking involves analysing information objectively, considering different perspectives, and making logical judgments. It helps in evaluating problems accurately and identifying appropriate solutions.  

Creativity   

Creativity enables the generation of innovative and unconventional solutions. It involves thinking outside the box, exploring new possibilities, and approaching problems from different angles.  

Analytical skills   

Analytical skills are crucial for breaking down complex problems into smaller, more manageable parts. This ability aids in identifying patterns, relationships, and underlying causes. 

Decision-making   

Sound decision-making skills involve evaluating the pros and cons of each solution and selecting the best course of action. It requires considering the potential risks and benefits of different options.  

By honing these key skills, individuals can become more effective Problem Solvers and tackle challenges with confidence. 

Strategies for enhancing Problem Solving abilities  

Strategies for Problem Solving

Practice critical thinking   

Engage in activities that promote critical thinking, such as solving puzzles, engaging in thought-provoking discussions, and challenging assumptions. This helps sharpen your analytical skills and enhances your ability to think critically when faced with problems.  

Seek feedback and learn from experience   

Seek feedback from mentors, peers, or experts when solving problems. Reflect on past experiences to identify areas for improvement and learn from your successes and failures. Embrace every Problem Solving opportunity as a chance to grow and develop your skills.  

Embrace challenges   

Instead of avoiding challenges, embrace them as opportunities for growth. Approach difficult problems with a positive mindset, viewing them as chances to develop new strategies and expand your expertise in dealing with problems. Embracing challenges fosters resilience and strengthens your Problem Solving abilities.  

Collaborate with others   

Collaboration can enhance Problem Solving outcomes by bringing diverse perspectives and ideas to the table. Engage in group activities to discuss issues, seek input from others, and actively listen to different viewpoints. Collaborating with others broadens your knowledge of dealing with problems and promotes innovative thinking.  

Continuously learn and update knowledge   

Stay updated with the latest information and developments in areas relevant to your tasks. Read books, attend workshops or seminars, and leverage online resources to expand your knowledge base. Continuously learning equips you with a wider range of Problem Solving strategies and enhances your abilities.  

Think outside the box   

Encourage creative thinking by exploring unconventional ideas and solutions. Challenge assumptions and consider alternative approaches. This mindset shift can lead to innovative Problem Solving strategies and help you discover unique solutions to complex problems.  

Implementing these strategies can significantly enhance your Problem Solving abilities. Remember, practice, feedback, collaboration, continuous learning, and creativity are key to becoming a proficient problem solver. 

Problem Solving tools and techniques  

When faced with complex problems, utilising specific tools and techniques can help facilitate the solving process and lead to more effective solutions. Here are some commonly used Problem Solving tools and techniques:  

Root cause analysis   

Root cause analysis is a methodology used to detect the underlying causes of a problem. It involves investigating the problem's symptoms and tracing them back to their fundamental causes. By addressing the root causes, Problem Solvers can prevent the issue from recurring.  

Strengths, Weaknesses, Opportunities, Threats (SWOT) analysis   

SWOT analysis is a planning tool that strategically helps measure the weaknesses and internal strengths of a situation. Moreover, it can find external opportunities and threats. By assessing these factors, Problem Solvers can gain insights into the current state and make informed decisions about potential solutions.  

Fishbone diagrams   

Fishbone diagrams, also known as cause-and-effect diagrams or Ishikawa diagrams, visually represent the possible causes contributing to a problem. By organising causes into categories (such as people, process, equipment, and environment), Problem Solvers can systematically analyse the problem's potential sources.  

Decision matrices   

Decision matrices are used to evaluate and compare different options based on multiple criteria. This tool helps Problem Solvers weigh the importance of various factors and objectively assess each alternative, leading to an informed decision.  

Six Thinking Hats   

Six Thinking Hats is a technique initially developed by Edward de Bono that encourages parallel thinking by exploring different perspectives. Each "hat" represents a different thinking approach (e.g., logical, creative, emotional), allowing Problem Solvers to consider diverse viewpoints and generate innovative solutions.  

These are just a few examples of Problem Solving tools and techniques. Depending on the nature of the problem, other methods, such as brainstorming, mind mapping, flowcharts, or Pareto analysis, can also be applied. Choosing the appropriate tool or technique depends on the specific problem and the desired outcome. 

Navigate conflicts with finesse and foster collaboration with our transformative Conflict Management Training – Sign up today!  

Conclusion  

We hope you read and understand everything about What is Problem Solving. Developing effective skills is crucial for overcoming challenges, making informed decisions, and achieving success. By embracing problems as opportunities and applying strategic approaches, individuals can become proficient Problem Solvers in various domains of life. 

Unlock your management potential and elevate your skills to new heights with our cutting-edge Management Training Courses – Sign up now!  

Frequently Asked Questions

Upcoming business skills resources batches & dates.

Fri 14th Jun 2024

Fri 23rd Aug 2024

Fri 11th Oct 2024

Fri 13th Dec 2024

Get A Quote

WHO WILL BE FUNDING THE COURSE?

My employer

By submitting your details you agree to be contacted in order to respond to your enquiry

  • Business Analysis
  • Lean Six Sigma Certification

Share this course

Our biggest spring sale.

red-star

We cannot process your enquiry without contacting you, please tick to confirm your consent to us for contacting you about your enquiry.

By submitting your details you agree to be contacted in order to respond to your enquiry.

We may not have the course you’re looking for. If you enquire or give us a call on 01344203999 and speak to our training experts, we may still be able to help with your training requirements.

Or select from our popular topics

  • ITIL® Certification
  • Scrum Certification
  • Change Management Certification
  • Business Analysis Courses
  • Microsoft Azure Certification
  • Microsoft Excel & Certification Course
  • Microsoft Project
  • Explore more courses

Press esc to close

Fill out your  contact details  below and our training experts will be in touch.

Fill out your   contact details   below

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.

Back to Course Information

Fill out your contact details below so we can get in touch with you regarding your training requirements.

* WHO WILL BE FUNDING THE COURSE?

Preferred Contact Method

No preference

Back to course information

Fill out your  training details  below

Fill out your training details below so we have a better idea of what your training requirements are.

HOW MANY DELEGATES NEED TRAINING?

HOW DO YOU WANT THE COURSE DELIVERED?

Online Instructor-led

Online Self-paced

WHEN WOULD YOU LIKE TO TAKE THIS COURSE?

Next 2 - 4 months

WHAT IS YOUR REASON FOR ENQUIRING?

Looking for some information

Looking for a discount

I want to book but have questions

One of our training experts will be in touch shortly to go overy your training requirements.

Your privacy & cookies!

Like many websites we use cookies. We care about your data and experience, so to give you the best possible experience using our site, we store a very limited amount of your data. Continuing to use this site or clicking “Accept & close” means that you agree to our use of cookies. Learn more about our privacy policy and cookie policy cookie policy .

We use cookies that are essential for our site to work. Please visit our cookie policy for more information. To accept all cookies click 'Accept & close'.

  • Bipolar Disorder
  • Therapy Center
  • When To See a Therapist
  • Types of Therapy
  • Best Online Therapy
  • Best Couples Therapy
  • Best Family Therapy
  • Managing Stress
  • Sleep and Dreaming
  • Understanding Emotions
  • Self-Improvement
  • Healthy Relationships
  • Student Resources
  • Personality Types
  • Guided Meditations
  • Verywell Mind Insights
  • 2023 Verywell Mind 25
  • Mental Health in the Classroom
  • Editorial Process
  • Meet Our Review Board
  • Crisis Support

Problem-Solving Strategies and Obstacles

Kendra Cherry, MS, is a psychosocial rehabilitation specialist, psychology educator, and author of the "Everything Psychology Book."

meaning of problem solving in it

Sean is a fact-checker and researcher with experience in sociology, field research, and data analytics.

meaning of problem solving in it

JGI / Jamie Grill / Getty Images

  • Application
  • Improvement

From deciding what to eat for dinner to considering whether it's the right time to buy a house, problem-solving is a large part of our daily lives. Learn some of the problem-solving strategies that exist and how to use them in real life, along with ways to overcome obstacles that are making it harder to resolve the issues you face.

What Is Problem-Solving?

In cognitive psychology , the term 'problem-solving' refers to the mental process that people go through to discover, analyze, and solve problems.

A problem exists when there is a goal that we want to achieve but the process by which we will achieve it is not obvious to us. Put another way, there is something that we want to occur in our life, yet we are not immediately certain how to make it happen.

Maybe you want a better relationship with your spouse or another family member but you're not sure how to improve it. Or you want to start a business but are unsure what steps to take. Problem-solving helps you figure out how to achieve these desires.

The problem-solving process involves:

  • Discovery of the problem
  • Deciding to tackle the issue
  • Seeking to understand the problem more fully
  • Researching available options or solutions
  • Taking action to resolve the issue

Before problem-solving can occur, it is important to first understand the exact nature of the problem itself. If your understanding of the issue is faulty, your attempts to resolve it will also be incorrect or flawed.

Problem-Solving Mental Processes

Several mental processes are at work during problem-solving. Among them are:

  • Perceptually recognizing the problem
  • Representing the problem in memory
  • Considering relevant information that applies to the problem
  • Identifying different aspects of the problem
  • Labeling and describing the problem

Problem-Solving Strategies

There are many ways to go about solving a problem. Some of these strategies might be used on their own, or you may decide to employ multiple approaches when working to figure out and fix a problem.

An algorithm is a step-by-step procedure that, by following certain "rules" produces a solution. Algorithms are commonly used in mathematics to solve division or multiplication problems. But they can be used in other fields as well.

In psychology, algorithms can be used to help identify individuals with a greater risk of mental health issues. For instance, research suggests that certain algorithms might help us recognize children with an elevated risk of suicide or self-harm.

One benefit of algorithms is that they guarantee an accurate answer. However, they aren't always the best approach to problem-solving, in part because detecting patterns can be incredibly time-consuming.

There are also concerns when machine learning is involved—also known as artificial intelligence (AI)—such as whether they can accurately predict human behaviors.

Heuristics are shortcut strategies that people can use to solve a problem at hand. These "rule of thumb" approaches allow you to simplify complex problems, reducing the total number of possible solutions to a more manageable set.

If you find yourself sitting in a traffic jam, for example, you may quickly consider other routes, taking one to get moving once again. When shopping for a new car, you might think back to a prior experience when negotiating got you a lower price, then employ the same tactics.

While heuristics may be helpful when facing smaller issues, major decisions shouldn't necessarily be made using a shortcut approach. Heuristics also don't guarantee an effective solution, such as when trying to drive around a traffic jam only to find yourself on an equally crowded route.

Trial and Error

A trial-and-error approach to problem-solving involves trying a number of potential solutions to a particular issue, then ruling out those that do not work. If you're not sure whether to buy a shirt in blue or green, for instance, you may try on each before deciding which one to purchase.

This can be a good strategy to use if you have a limited number of solutions available. But if there are many different choices available, narrowing down the possible options using another problem-solving technique can be helpful before attempting trial and error.

In some cases, the solution to a problem can appear as a sudden insight. You are facing an issue in a relationship or your career when, out of nowhere, the solution appears in your mind and you know exactly what to do.

Insight can occur when the problem in front of you is similar to an issue that you've dealt with in the past. Although, you may not recognize what is occurring since the underlying mental processes that lead to insight often happen outside of conscious awareness .

Research indicates that insight is most likely to occur during times when you are alone—such as when going on a walk by yourself, when you're in the shower, or when lying in bed after waking up.

How to Apply Problem-Solving Strategies in Real Life

If you're facing a problem, you can implement one or more of these strategies to find a potential solution. Here's how to use them in real life:

  • Create a flow chart . If you have time, you can take advantage of the algorithm approach to problem-solving by sitting down and making a flow chart of each potential solution, its consequences, and what happens next.
  • Recall your past experiences . When a problem needs to be solved fairly quickly, heuristics may be a better approach. Think back to when you faced a similar issue, then use your knowledge and experience to choose the best option possible.
  • Start trying potential solutions . If your options are limited, start trying them one by one to see which solution is best for achieving your desired goal. If a particular solution doesn't work, move on to the next.
  • Take some time alone . Since insight is often achieved when you're alone, carve out time to be by yourself for a while. The answer to your problem may come to you, seemingly out of the blue, if you spend some time away from others.

Obstacles to Problem-Solving

Problem-solving is not a flawless process as there are a number of obstacles that can interfere with our ability to solve a problem quickly and efficiently. These obstacles include:

  • Assumptions: When dealing with a problem, people can make assumptions about the constraints and obstacles that prevent certain solutions. Thus, they may not even try some potential options.
  • Functional fixedness : This term refers to the tendency to view problems only in their customary manner. Functional fixedness prevents people from fully seeing all of the different options that might be available to find a solution.
  • Irrelevant or misleading information: When trying to solve a problem, it's important to distinguish between information that is relevant to the issue and irrelevant data that can lead to faulty solutions. The more complex the problem, the easier it is to focus on misleading or irrelevant information.
  • Mental set: A mental set is a tendency to only use solutions that have worked in the past rather than looking for alternative ideas. A mental set can work as a heuristic, making it a useful problem-solving tool. However, mental sets can also lead to inflexibility, making it more difficult to find effective solutions.

How to Improve Your Problem-Solving Skills

In the end, if your goal is to become a better problem-solver, it's helpful to remember that this is a process. Thus, if you want to improve your problem-solving skills, following these steps can help lead you to your solution:

  • Recognize that a problem exists . If you are facing a problem, there are generally signs. For instance, if you have a mental illness , you may experience excessive fear or sadness, mood changes, and changes in sleeping or eating habits. Recognizing these signs can help you realize that an issue exists.
  • Decide to solve the problem . Make a conscious decision to solve the issue at hand. Commit to yourself that you will go through the steps necessary to find a solution.
  • Seek to fully understand the issue . Analyze the problem you face, looking at it from all sides. If your problem is relationship-related, for instance, ask yourself how the other person may be interpreting the issue. You might also consider how your actions might be contributing to the situation.
  • Research potential options . Using the problem-solving strategies mentioned, research potential solutions. Make a list of options, then consider each one individually. What are some pros and cons of taking the available routes? What would you need to do to make them happen?
  • Take action . Select the best solution possible and take action. Action is one of the steps required for change . So, go through the motions needed to resolve the issue.
  • Try another option, if needed . If the solution you chose didn't work, don't give up. Either go through the problem-solving process again or simply try another option.

You can find a way to solve your problems as long as you keep working toward this goal—even if the best solution is simply to let go because no other good solution exists.

Sarathy V. Real world problem-solving .  Front Hum Neurosci . 2018;12:261. doi:10.3389/fnhum.2018.00261

Dunbar K. Problem solving . A Companion to Cognitive Science . 2017. doi:10.1002/9781405164535.ch20

Stewart SL, Celebre A, Hirdes JP, Poss JW. Risk of suicide and self-harm in kids: The development of an algorithm to identify high-risk individuals within the children's mental health system . Child Psychiat Human Develop . 2020;51:913-924. doi:10.1007/s10578-020-00968-9

Rosenbusch H, Soldner F, Evans AM, Zeelenberg M. Supervised machine learning methods in psychology: A practical introduction with annotated R code . Soc Personal Psychol Compass . 2021;15(2):e12579. doi:10.1111/spc3.12579

Mishra S. Decision-making under risk: Integrating perspectives from biology, economics, and psychology . Personal Soc Psychol Rev . 2014;18(3):280-307. doi:10.1177/1088868314530517

Csikszentmihalyi M, Sawyer K. Creative insight: The social dimension of a solitary moment . In: The Systems Model of Creativity . 2015:73-98. doi:10.1007/978-94-017-9085-7_7

Chrysikou EG, Motyka K, Nigro C, Yang SI, Thompson-Schill SL. Functional fixedness in creative thinking tasks depends on stimulus modality .  Psychol Aesthet Creat Arts . 2016;10(4):425‐435. doi:10.1037/aca0000050

Huang F, Tang S, Hu Z. Unconditional perseveration of the short-term mental set in chunk decomposition .  Front Psychol . 2018;9:2568. doi:10.3389/fpsyg.2018.02568

National Alliance on Mental Illness. Warning signs and symptoms .

Mayer RE. Thinking, problem solving, cognition, 2nd ed .

Schooler JW, Ohlsson S, Brooks K. Thoughts beyond words: When language overshadows insight. J Experiment Psychol: General . 1993;122:166-183. doi:10.1037/0096-3445.2.166

By Kendra Cherry, MSEd Kendra Cherry, MS, is a psychosocial rehabilitation specialist, psychology educator, and author of the "Everything Psychology Book."

Status.net

What is Problem Solving? (Steps, Techniques, Examples)

By Status.net Editorial Team on May 7, 2023 — 5 minutes to read

What Is Problem Solving?

Definition and importance.

Problem solving is the process of finding solutions to obstacles or challenges you encounter in your life or work. It is a crucial skill that allows you to tackle complex situations, adapt to changes, and overcome difficulties with ease. Mastering this ability will contribute to both your personal and professional growth, leading to more successful outcomes and better decision-making.

Problem-Solving Steps

The problem-solving process typically includes the following steps:

  • Identify the issue : Recognize the problem that needs to be solved.
  • Analyze the situation : Examine the issue in depth, gather all relevant information, and consider any limitations or constraints that may be present.
  • Generate potential solutions : Brainstorm a list of possible solutions to the issue, without immediately judging or evaluating them.
  • Evaluate options : Weigh the pros and cons of each potential solution, considering factors such as feasibility, effectiveness, and potential risks.
  • Select the best solution : Choose the option that best addresses the problem and aligns with your objectives.
  • Implement the solution : Put the selected solution into action and monitor the results to ensure it resolves the issue.
  • Review and learn : Reflect on the problem-solving process, identify any improvements or adjustments that can be made, and apply these learnings to future situations.

Defining the Problem

To start tackling a problem, first, identify and understand it. Analyzing the issue thoroughly helps to clarify its scope and nature. Ask questions to gather information and consider the problem from various angles. Some strategies to define the problem include:

  • Brainstorming with others
  • Asking the 5 Ws and 1 H (Who, What, When, Where, Why, and How)
  • Analyzing cause and effect
  • Creating a problem statement

Generating Solutions

Once the problem is clearly understood, brainstorm possible solutions. Think creatively and keep an open mind, as well as considering lessons from past experiences. Consider:

  • Creating a list of potential ideas to solve the problem
  • Grouping and categorizing similar solutions
  • Prioritizing potential solutions based on feasibility, cost, and resources required
  • Involving others to share diverse opinions and inputs

Evaluating and Selecting Solutions

Evaluate each potential solution, weighing its pros and cons. To facilitate decision-making, use techniques such as:

  • SWOT analysis (Strengths, Weaknesses, Opportunities, Threats)
  • Decision-making matrices
  • Pros and cons lists
  • Risk assessments

After evaluating, choose the most suitable solution based on effectiveness, cost, and time constraints.

Implementing and Monitoring the Solution

Implement the chosen solution and monitor its progress. Key actions include:

  • Communicating the solution to relevant parties
  • Setting timelines and milestones
  • Assigning tasks and responsibilities
  • Monitoring the solution and making adjustments as necessary
  • Evaluating the effectiveness of the solution after implementation

Utilize feedback from stakeholders and consider potential improvements. Remember that problem-solving is an ongoing process that can always be refined and enhanced.

Problem-Solving Techniques

During each step, you may find it helpful to utilize various problem-solving techniques, such as:

  • Brainstorming : A free-flowing, open-minded session where ideas are generated and listed without judgment, to encourage creativity and innovative thinking.
  • Root cause analysis : A method that explores the underlying causes of a problem to find the most effective solution rather than addressing superficial symptoms.
  • SWOT analysis : A tool used to evaluate the strengths, weaknesses, opportunities, and threats related to a problem or decision, providing a comprehensive view of the situation.
  • Mind mapping : A visual technique that uses diagrams to organize and connect ideas, helping to identify patterns, relationships, and possible solutions.

Brainstorming

When facing a problem, start by conducting a brainstorming session. Gather your team and encourage an open discussion where everyone contributes ideas, no matter how outlandish they may seem. This helps you:

  • Generate a diverse range of solutions
  • Encourage all team members to participate
  • Foster creative thinking

When brainstorming, remember to:

  • Reserve judgment until the session is over
  • Encourage wild ideas
  • Combine and improve upon ideas

Root Cause Analysis

For effective problem-solving, identifying the root cause of the issue at hand is crucial. Try these methods:

  • 5 Whys : Ask “why” five times to get to the underlying cause.
  • Fishbone Diagram : Create a diagram representing the problem and break it down into categories of potential causes.
  • Pareto Analysis : Determine the few most significant causes underlying the majority of problems.

SWOT Analysis

SWOT analysis helps you examine the Strengths, Weaknesses, Opportunities, and Threats related to your problem. To perform a SWOT analysis:

  • List your problem’s strengths, such as relevant resources or strong partnerships.
  • Identify its weaknesses, such as knowledge gaps or limited resources.
  • Explore opportunities, like trends or new technologies, that could help solve the problem.
  • Recognize potential threats, like competition or regulatory barriers.

SWOT analysis aids in understanding the internal and external factors affecting the problem, which can help guide your solution.

Mind Mapping

A mind map is a visual representation of your problem and potential solutions. It enables you to organize information in a structured and intuitive manner. To create a mind map:

  • Write the problem in the center of a blank page.
  • Draw branches from the central problem to related sub-problems or contributing factors.
  • Add more branches to represent potential solutions or further ideas.

Mind mapping allows you to visually see connections between ideas and promotes creativity in problem-solving.

Examples of Problem Solving in Various Contexts

In the business world, you might encounter problems related to finances, operations, or communication. Applying problem-solving skills in these situations could look like:

  • Identifying areas of improvement in your company’s financial performance and implementing cost-saving measures
  • Resolving internal conflicts among team members by listening and understanding different perspectives, then proposing and negotiating solutions
  • Streamlining a process for better productivity by removing redundancies, automating tasks, or re-allocating resources

In educational contexts, problem-solving can be seen in various aspects, such as:

  • Addressing a gap in students’ understanding by employing diverse teaching methods to cater to different learning styles
  • Developing a strategy for successful time management to balance academic responsibilities and extracurricular activities
  • Seeking resources and support to provide equal opportunities for learners with special needs or disabilities

Everyday life is full of challenges that require problem-solving skills. Some examples include:

  • Overcoming a personal obstacle, such as improving your fitness level, by establishing achievable goals, measuring progress, and adjusting your approach accordingly
  • Navigating a new environment or city by researching your surroundings, asking for directions, or using technology like GPS to guide you
  • Dealing with a sudden change, like a change in your work schedule, by assessing the situation, identifying potential impacts, and adapting your plans to accommodate the change.
  • How to Resolve Employee Conflict at Work [Steps, Tips, Examples]
  • How to Write Inspiring Core Values? 5 Steps with Examples
  • 30 Employee Feedback Examples (Positive & Negative)

meaning of problem solving in it

What Is Problem Solving?

You will often see beach clean-up drives being publicized in coastal cities. There are already dustbins available on the beaches,…

What Is Problem Solving?

You will often see beach clean-up drives being publicized in coastal cities. There are already dustbins available on the beaches, so why do people need to organize these drives? It’s evident that despite advertising and posting anti-littering messages, some of us don’t follow the rules.

Temporary food stalls and shops make it even more difficult to keep the beaches clean. Since people can’t ask the shopkeepers to relocate or prevent every single person from littering, the clean-up drive is needed.  This is an ideal example of problem-solving psychology in humans. ( 230-fifth.com ) So, what is problem-solving? Let’s find out.

What Is Problem-Solving?

At its simplest, the meaning of problem-solving is the process of defining a problem, determining its cause, and implementing a solution. The definition of problem-solving is rooted in the fact that as humans, we exert control over our environment through solutions. We move forward in life when we solve problems and make decisions. 

We can better define the problem-solving process through a series of important steps.

Identify The Problem: 

This step isn’t as simple as it sounds. Most times, we mistakenly identify the consequences of a problem rather than the problem itself. It’s important that we’re careful to identify the actual problem and not just its symptoms. 

Define The Problem: 

Once the problem has been identified correctly, you should define it. This step can help clarify what needs to be addressed and for what purpose.

Form A Strategy: 

Develop a strategy to solve your problem. Defining an approach will provide direction and clarity on the next steps. 

Organize The Information:  

Organizing information systematically will help you determine whether something is missing. The more information you have, the easier it’ll become for you to arrive at a solution.  

Allocate Resources:  

We may not always be armed with the necessary resources to solve a problem. Before you commit to implementing a solution for a problem, you should determine the availability of different resources—money, time and other costs.

Track Progress: 

The true meaning of problem-solving is to work towards an objective. If you measure your progress, you can evaluate whether you’re on track. You could revise your strategies if you don’t notice the desired level of progress. 

Evaluate The Results:  

After you spot a solution, evaluate the results to determine whether it’s the best possible solution. For example, you can evaluate the success of a fitness routine after several weeks of exercise.

Meaning Of Problem-Solving Skill

Now that we’ve established the definition of problem-solving psychology in humans, let’s look at how we utilize our problem-solving skills.  These skills help you determine the source of a problem and how to effectively determine the solution. Problem-solving skills aren’t innate and can be mastered over time. Here are some important skills that are beneficial for finding solutions.

Communication

Communication is a critical skill when you have to work in teams.  If you and your colleagues have to work on a project together, you’ll have to collaborate with each other. In case of differences of opinion, you should be able to listen attentively and respond respectfully in order to successfully arrive at a solution.

As a problem-solver, you need to be able to research and identify underlying causes. You should never treat a problem lightly. In-depth study is imperative because often people identify only the symptoms and not the actual problem.

Once you have researched and identified the factors causing a problem, start working towards developing solutions. Your analytical skills can help you differentiate between effective and ineffective solutions.

Decision-Making

You’ll have to make a decision after you’ve identified the source and methods of solving a problem. If you’ve done your research and applied your analytical skills effectively, it’ll become easier for you to take a call or a decision.

Organizations really value decisive problem-solvers. Harappa Education’s   Defining Problems course will guide you on the path to developing a problem-solving mindset. Learn how to identify the different types of problems using the Types of Problems framework. Additionally, the SMART framework, which is a five-point tool, will teach you to create specific and actionable objectives to address problem statements and arrive at solutions. 

Explore topics & skills such as Problem Solving Skills , PICK Chart , How to Solve Problems & Barriers to Problem Solving from our Harappa Diaries blog section and develop your skills.

Thriversitybannersidenav

Table of Contents

The problem-solving process, how to solve problems: 5 steps, train to solve problems with lean today, what is problem solving steps, techniques, & best practices explained.

What Is Problem Solving? Steps, Techniques, and Best Practices Explained

Problem solving is the art of identifying problems and implementing the best possible solutions. Revisiting your problem-solving skills may be the missing piece to leveraging the performance of your business, achieving Lean success, or unlocking your professional potential. 

Ask any colleague if they’re an effective problem-solver and their likely answer will be, “Of course! I solve problems every day.” 

Problem solving is part of most job descriptions, sure. But not everyone can do it consistently. 

Problem solving is the process of defining a problem, identifying its root cause, prioritizing and selecting potential solutions, and implementing the chosen solution.

There’s no one-size-fits-all problem-solving process. Often, it’s a unique methodology that aligns your short- and long-term objectives with the resources at your disposal. Nonetheless, many paradigms center problem solving as a pathway for achieving one’s goals faster and smarter. 

One example is the Six Sigma framework , which emphasizes eliminating errors and refining the customer experience, thereby improving business outcomes. Developed originally by Motorola, the Six Sigma process identifies problems from the perspective of customer satisfaction and improving product delivery. 

Lean management, a similar method, is about streamlining company processes over time so they become “leaner” while producing better outcomes. 

Trendy business management lingo aside, both of these frameworks teach us that investing in your problem solving process for personal and professional arenas will bring better productivity.

1. Precisely Identify Problems

As obvious as it seems, identifying the problem is the first step in the problem-solving process. Pinpointing a problem at the beginning of the process will guide your research, collaboration, and solutions in the right direction. 

At this stage, your task is to identify the scope and substance of the problem. Ask yourself a series of questions: 

  • What’s the problem? 
  • How many subsets of issues are underneath this problem? 
  • What subject areas, departments of work, or functions of business can best define this problem? 

Although some problems are naturally large in scope, precision is key. Write out the problems as statements in planning sheets . Should information or feedback during a later step alter the scope of your problem, revise the statements. 

Framing the problem at this stage will help you stay focused if distractions come up in later stages. Furthermore, how you frame a problem will aid your search for a solution. A strategy of building Lean success, for instance, will emphasize identifying and improving upon inefficient systems. 

2. Collect Information and Plan 

The second step is to collect information and plan the brainstorming process. This is another foundational step to road mapping your problem-solving process. Data, after all, is useful in identifying the scope and substance of your problems. 

Collecting information on the exact details of the problem, however, is done to narrow the brainstorming portion to help you evaluate the outcomes later. Don’t overwhelm yourself with unnecessary information — use the problem statements that you identified in step one as a north star in your research process. 

This stage should also include some planning. Ask yourself:

  • What parties will ultimately decide a solution? 
  • Whose voices and ideas should be heard in the brainstorming process? 
  • What resources are at your disposal for implementing a solution? 

Establish a plan and timeline for steps 3-5. 

3. Brainstorm Solutions

Brainstorming solutions is the bread and butter of the problem-solving process. At this stage, focus on generating creative ideas. As long as the solution directly addresses the problem statements and achieves your goals, don’t immediately rule it out. 

Moreover, solutions are rarely a one-step answer and are more like a roadmap with a set of actions. As you brainstorm ideas, map out these solutions visually and include any relevant factors such as costs involved, action steps, and involved parties. 

With Lean success in mind, stay focused on solutions that minimize waste and improve the flow of business ecosystems. 

Become a Quality Management Professional

  • 10% Growth In Jobs Of Quality Managers Profiles By 2025
  • 11% Revenue Growth For Organisations Improving Quality

Certified Lean Six Sigma Green Belt

  • 4 hands-on projects to perfect the skills learnt
  • 4 simulation test papers for self-assessment

Lean Six Sigma Expert

  • IASSC® Lean Six Sigma Green Belt and Black Belt certification
  • 13 Projects, 12 Simulation exams, 18 Case Studies & 114 PDUs

Here's what learners are saying regarding our programs:

Xueting Liu

Xueting Liu

Mechanical engineer student at sargents pty. ltd. ,.

A great training and proper exercise with step-by-step guide! I'll give a rating of 10 out of 10 for this training.

Abdus Salam

Abdus Salam

I have completed the Lean Six Sigma Expert Master’s Program from Simplilearn. And after the course, I could take up new projects and perform better. My average pay rate for a research position increased by 21%.

4. Decide and Implement

The most critical stage is selecting a solution. Easier said than done. Consider the criteria that has arisen in previous steps as you decide on a solution that meets your needs. 

Once you select a course of action, implement it. 

Practicing due diligence in earlier stages of the process will ensure that your chosen course of action has been evaluated from all angles. Often, efficient implementation requires us to act correctly and successfully the first time, rather than being hurried and sloppy. Further compilations will create more problems, bringing you back to step 1. 

5. Evaluate

Exercise humility and evaluate your solution honestly. Did you achieve the results you hoped for? What would you do differently next time? 

As some experts note, formulating feedback channels into your evaluation helps solidify future success. A framework like Lean success, for example, will use certain key performance indicators (KPIs) like quality, delivery success, reducing errors, and more. Establish metrics aligned with company goals to assess your solutions.

Master skills like measurement system analysis, lean principles, hypothesis testing, process analysis and DFSS tools with our Lean Six Sigma Green Belt Training Course . Sign-up today!

Become a quality expert with Simplilearn’s Lean Six Sigma Green Belt . This Lean Six Sigma certification program will help you gain key skills to excel in digital transformation projects while improving quality and ultimate business results.

In this course, you will learn about two critical operations management methodologies – Lean practices and Six Sigma to accelerate business improvement.

Our Quality Management Courses Duration And Fees

Explore our top Quality Management Courses and take the first step towards career success

Get Free Certifications with free video courses

Lean Management

Quality Management

Lean Management

PMP Basics

Project Management

Learn from industry experts with free masterclasses, digital marketing.

The Top 10 AI Tools You Need to Master Marketing in 2024

Unlock Digital Marketing Career Success Secrets for 2024 with Purdue University

Your Gateway to Game-changing Digital Marketing Careers in 2024 with Purdue University

Recommended Reads

Introduction to Machine Learning: A Beginner's Guide

Webinar Wrap-up: Mastering Problem Solving: Career Tips for Digital Transformation Jobs

An Ultimate Guide That Helps You to Develop and Improve Problem Solving in Programming

Free eBook: 21 Resources to Find the Data You Need

ITIL Problem Workaround – A Leader’s Guide to Manage Problems

Your One-Stop Solution to Understand Coin Change Problem

Get Affiliated Certifications with Live Class programs

  • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.

Cambridge Dictionary

  • Cambridge Dictionary +Plus

Meaning of problem-solving in English

Your browser doesn't support HTML5 audio

  • problem-solver

Examples of problem-solving

{{randomImageQuizHook.quizId}}

Word of the Day

acting or speaking together, or at the same time

Alike and analogous (Talking about similarities, Part 1)

Alike and analogous (Talking about similarities, Part 1)

meaning of problem solving in it

Learn more with +Plus

  • Recent and Recommended {{#preferredDictionaries}} {{name}} {{/preferredDictionaries}}
  • Definitions Clear explanations of natural written and spoken English English Learner’s Dictionary Essential British English Essential American English
  • Grammar and thesaurus Usage explanations of natural written and spoken English Grammar Thesaurus
  • Pronunciation British and American pronunciations with audio English Pronunciation
  • English–Chinese (Simplified) Chinese (Simplified)–English
  • English–Chinese (Traditional) Chinese (Traditional)–English
  • English–Dutch Dutch–English
  • English–French French–English
  • English–German German–English
  • English–Indonesian Indonesian–English
  • English–Italian Italian–English
  • English–Japanese Japanese–English
  • English–Norwegian Norwegian–English
  • English–Polish Polish–English
  • English–Portuguese Portuguese–English
  • English–Spanish Spanish–English
  • English–Swedish Swedish–English
  • Dictionary +Plus Word Lists
  • problem-solving
  • All translations

Add problem-solving to one of your lists below, or create a new one.

{{message}}

Something went wrong.

There was a problem sending your report.

Book cover

Encyclopedia of the Sciences of Learning pp 2680–2683 Cite as

Problem Solving

  • David H. Jonassen 2 &
  • Woei Hung 3  
  • Reference work entry

1847 Accesses

11 Citations

Cognition ; Problem typology ; Problem-based learning ; Problems ; Reasoning

Problem solving is the process of constructing and applying mental representations of problems to finding solutions to those problems that are encountered in nearly every context.

Theoretical Background

Problem solving is the process of articulating solutions to problems. Problems have two critical attributes. First, a problem is an unknown in some context. That is, there is a situation in which there is something that is unknown (the difference between a goal state and a current state). Those situations vary from algorithmic math problems to vexing and complex social problems, such as violence in society (see Problem Typology ). Second, finding or solving for the unknown must have some social, cultural, or intellectual value. That is, someone believes that it is worth finding the unknown. If no one perceives an unknown or a need to determine an unknown, there is no perceived problem. Finding...

This is a preview of subscription content, log in via an institution .

Buying options

  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
  • Available as EPUB and PDF
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Bransford, J., & Stein, B. S. (1984). The IDEAL problem solver: A guide for improving thinking, learning, and creativity . New York: WH Freeman.

Google Scholar  

Frensch, P. A., & Funke, J. (Eds.). (1995). Complex problem solving: The European perspective . Hillsdale: Erlbaum.

Gick, M. L., & Holyoak, K. J. (1983). Schema induction and analogical transfer. Cognitive Psychology, 15 , 1–38.

Article   Google Scholar  

Jonassen, D. H. (2010). Learning to solve problems: A handbook . New York: Routledge.

Jonassen, D. H., & Hung, W. (2008). All problems are not equal: Implications for PBL. Interdisciplinary Journal of Problem-Based Learning, 2 (2), 6–28.

Jonassen, D. H. (2000). Toward a design theory of problem solving. Educational Technology: Research & Development, 48 (4), 63–85.

Jonassen, D. H. (2011). Learning to solve problems: A handbook for designing problem-solving learning environments . New York: Routledge.

Klein, G. A. (1998). Sources of power: How people make decisions . Cambridge, MA: MIT Press.

Lehman, D., Lempert, R., & Nisbett, R. E. (1988). The effects of graduate training on reasoning: Formal discipline and thinking about everyday-life events. Educational Psychologist, 43 , 431–442.

Newell, A., & Simon, H. (1972). Human problem solving . Englewood Cliffs: Prentice Hall.

Rumelhart, D. E., & Norman, D. A. (1988). Representation in memory. In R. C. Atkinson, R. J. Herrnstein, G. Lindzey, & R. D. Luce (Eds.), Steven’s handbook of experimental psychology (Learning and cognition 2nd ed., Vol. 2, pp. 511–587). New York: Wiley.

Sinnott, J. D. (1989). Everyday problem solving: Theory and applications (pp. 72–99). New York: Praeger.

Wood, P. K. (1983). Inquiring systems and problem structures: Implications for cognitive development. Human Development, 26 , 249–265.

Download references

Author information

Authors and affiliations.

School of Information Science and Learning Technologies, University of Missouri, 221C Townsend Hall, 65211, Columbia, MO, USA

Dr. David H. Jonassen

College of Education and Human Development, University of North Dakota, 231 Centennial Drive, Stop 7189, 58202, Grand Forks, ND, USA

Dr. Woei Hung

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to David H. Jonassen .

Editor information

Editors and affiliations.

Faculty of Economics and Behavioral Sciences, Department of Education, University of Freiburg, 79085, Freiburg, Germany

Norbert M. Seel

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Springer Science+Business Media, LLC

About this entry

Cite this entry.

Jonassen, D.H., Hung, W. (2012). Problem Solving. In: Seel, N.M. (eds) Encyclopedia of the Sciences of Learning. Springer, Boston, MA. https://doi.org/10.1007/978-1-4419-1428-6_208

Download citation

DOI : https://doi.org/10.1007/978-1-4419-1428-6_208

Publisher Name : Springer, Boston, MA

Print ISBN : 978-1-4419-1427-9

Online ISBN : 978-1-4419-1428-6

eBook Packages : Humanities, Social Sciences and Law

Share this entry

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Publish with us

Policies and ethics

  • Find a journal
  • Track your research
  • Memberships
  • Problem Solving Theories

Problem solving can be defined as the process of a problem analysis and resolving it in the best way possible for that situation.

This process contains analysing the problem (root cause analysis), defining countermeasures for the problem and implementing the right solution for that situation.

For problem solving, people need critical thinking and analytical skills . Everybody within a organization or company can benefit from having good skills because there are always problems.

There have been lots of scientific and practical studies from a learning point of view. Some of the problem solving techniques developed and used in artificial intelligence (AI) , computer science, engineering, mathematics, or medicine are related to mental techniques studied in psychology.

What are the most known and used techniques and methods? What are their success stories and practical tips when you apply these? These posts are all about great tools and methods that can help you to achieve your goal or understand certain aspects that come with solving problems.

meaning of problem solving in it

Crowdsourcing: the meaning, definition and some examples

April 10th, 2024

meaning of problem solving in it

Systematic Inventive Thinking (SIT)

meaning of problem solving in it

CATWOE Analysis: theory and example

January 26th, 2024

meaning of problem solving in it

Means End Analysis: the basics and example

January 25th, 2024

meaning of problem solving in it

Systems Thinking: Theory and Definition

December 28th, 2023

meaning of problem solving in it

Linear Thinking by Edward De Bono explained

November 9th, 2023

meaning of problem solving in it

TRIZ Method of Problem Solving explained

November 3rd, 2023

meaning of problem solving in it

5 Whys Root Cause Analysis (Toyoda)

November 2nd, 2023

meaning of problem solving in it

8D Report and template

meaning of problem solving in it

Cause and Effect Analysis Diagram

October 30th, 2023

meaning of problem solving in it

Positive Deviance (PD) explained

September 27th, 2023

meaning of problem solving in it

Lateral Thinking by Edward De Bono explained

September 22nd, 2023

BOOST YOUR SKILLS

Toolshero supports people worldwide ( 10+ million visitors from 100+ countries ) to empower themselves through an easily accessible and high-quality learning platform for personal and professional development.

By making access to scientific knowledge simple and affordable, self-development becomes attainable for everyone, including you! Join our learning platform and boost your skills with Toolshero.

meaning of problem solving in it

POPULAR TOPICS

  • Change Management
  • Marketing Theories
  • Psychology Theories

ABOUT TOOLSHERO

  • Free Toolshero e-book
  • Memberships & Pricing
  • Business Essentials
  • Leadership & Management
  • Credential of Leadership, Impact, and Management in Business (CLIMB)
  • Entrepreneurship & Innovation
  • *New* Digital Transformation
  • Finance & Accounting
  • Business in Society
  • For Organizations
  • Support Portal
  • Media Coverage
  • Founding Donors
  • Leadership Team

meaning of problem solving in it

  • Harvard Business School →
  • HBS Online →
  • Business Insights →

Business Insights

Harvard Business School Online's Business Insights Blog provides the career insights you need to achieve your goals and gain confidence in your business skills.

  • Career Development
  • Communication
  • Decision-Making
  • Earning Your MBA
  • Negotiation
  • News & Events
  • Productivity
  • Staff Spotlight
  • Student Profiles
  • Work-Life Balance
  • Alternative Investments
  • Business Analytics
  • Business Strategy
  • Business and Climate Change
  • Design Thinking and Innovation
  • Digital Marketing Strategy
  • Disruptive Strategy
  • Economics for Managers
  • Entrepreneurship Essentials
  • Financial Accounting
  • Global Business
  • Launching Tech Ventures
  • Leadership Principles
  • Leadership, Ethics, and Corporate Accountability
  • Leading with Finance
  • Management Essentials
  • Negotiation Mastery
  • Organizational Leadership
  • Power and Influence for Positive Impact
  • Strategy Execution
  • Sustainable Business Strategy
  • Sustainable Investing
  • Winning with Digital Platforms

What Is Creative Problem-Solving & Why Is It Important?

Business team using creative problem-solving

  • 01 Feb 2022

One of the biggest hindrances to innovation is complacency—it can be more comfortable to do what you know than venture into the unknown. Business leaders can overcome this barrier by mobilizing creative team members and providing space to innovate.

There are several tools you can use to encourage creativity in the workplace. Creative problem-solving is one of them, which facilitates the development of innovative solutions to difficult problems.

Here’s an overview of creative problem-solving and why it’s important in business.

Access your free e-book today.

What Is Creative Problem-Solving?

Research is necessary when solving a problem. But there are situations where a problem’s specific cause is difficult to pinpoint. This can occur when there’s not enough time to narrow down the problem’s source or there are differing opinions about its root cause.

In such cases, you can use creative problem-solving , which allows you to explore potential solutions regardless of whether a problem has been defined.

Creative problem-solving is less structured than other innovation processes and encourages exploring open-ended solutions. It also focuses on developing new perspectives and fostering creativity in the workplace . Its benefits include:

  • Finding creative solutions to complex problems : User research can insufficiently illustrate a situation’s complexity. While other innovation processes rely on this information, creative problem-solving can yield solutions without it.
  • Adapting to change : Business is constantly changing, and business leaders need to adapt. Creative problem-solving helps overcome unforeseen challenges and find solutions to unconventional problems.
  • Fueling innovation and growth : In addition to solutions, creative problem-solving can spark innovative ideas that drive company growth. These ideas can lead to new product lines, services, or a modified operations structure that improves efficiency.

Design Thinking and Innovation | Uncover creative solutions to your business problems | Learn More

Creative problem-solving is traditionally based on the following key principles :

1. Balance Divergent and Convergent Thinking

Creative problem-solving uses two primary tools to find solutions: divergence and convergence. Divergence generates ideas in response to a problem, while convergence narrows them down to a shortlist. It balances these two practices and turns ideas into concrete solutions.

2. Reframe Problems as Questions

By framing problems as questions, you shift from focusing on obstacles to solutions. This provides the freedom to brainstorm potential ideas.

3. Defer Judgment of Ideas

When brainstorming, it can be natural to reject or accept ideas right away. Yet, immediate judgments interfere with the idea generation process. Even ideas that seem implausible can turn into outstanding innovations upon further exploration and development.

4. Focus on "Yes, And" Instead of "No, But"

Using negative words like "no" discourages creative thinking. Instead, use positive language to build and maintain an environment that fosters the development of creative and innovative ideas.

Creative Problem-Solving and Design Thinking

Whereas creative problem-solving facilitates developing innovative ideas through a less structured workflow, design thinking takes a far more organized approach.

Design thinking is a human-centered, solutions-based process that fosters the ideation and development of solutions. In the online course Design Thinking and Innovation , Harvard Business School Dean Srikant Datar leverages a four-phase framework to explain design thinking.

The four stages are:

The four stages of design thinking: clarify, ideate, develop, and implement

  • Clarify: The clarification stage allows you to empathize with the user and identify problems. Observations and insights are informed by thorough research. Findings are then reframed as problem statements or questions.
  • Ideate: Ideation is the process of coming up with innovative ideas. The divergence of ideas involved with creative problem-solving is a major focus.
  • Develop: In the development stage, ideas evolve into experiments and tests. Ideas converge and are explored through prototyping and open critique.
  • Implement: Implementation involves continuing to test and experiment to refine the solution and encourage its adoption.

Creative problem-solving primarily operates in the ideate phase of design thinking but can be applied to others. This is because design thinking is an iterative process that moves between the stages as ideas are generated and pursued. This is normal and encouraged, as innovation requires exploring multiple ideas.

Creative Problem-Solving Tools

While there are many useful tools in the creative problem-solving process, here are three you should know:

Creating a Problem Story

One way to innovate is by creating a story about a problem to understand how it affects users and what solutions best fit their needs. Here are the steps you need to take to use this tool properly.

1. Identify a UDP

Create a problem story to identify the undesired phenomena (UDP). For example, consider a company that produces printers that overheat. In this case, the UDP is "our printers overheat."

2. Move Forward in Time

To move forward in time, ask: “Why is this a problem?” For example, minor damage could be one result of the machines overheating. In more extreme cases, printers may catch fire. Don't be afraid to create multiple problem stories if you think of more than one UDP.

3. Move Backward in Time

To move backward in time, ask: “What caused this UDP?” If you can't identify the root problem, think about what typically causes the UDP to occur. For the overheating printers, overuse could be a cause.

Following the three-step framework above helps illustrate a clear problem story:

  • The printer is overused.
  • The printer overheats.
  • The printer breaks down.

You can extend the problem story in either direction if you think of additional cause-and-effect relationships.

4. Break the Chains

By this point, you’ll have multiple UDP storylines. Take two that are similar and focus on breaking the chains connecting them. This can be accomplished through inversion or neutralization.

  • Inversion: Inversion changes the relationship between two UDPs so the cause is the same but the effect is the opposite. For example, if the UDP is "the more X happens, the more likely Y is to happen," inversion changes the equation to "the more X happens, the less likely Y is to happen." Using the printer example, inversion would consider: "What if the more a printer is used, the less likely it’s going to overheat?" Innovation requires an open mind. Just because a solution initially seems unlikely doesn't mean it can't be pursued further or spark additional ideas.
  • Neutralization: Neutralization completely eliminates the cause-and-effect relationship between X and Y. This changes the above equation to "the more or less X happens has no effect on Y." In the case of the printers, neutralization would rephrase the relationship to "the more or less a printer is used has no effect on whether it overheats."

Even if creating a problem story doesn't provide a solution, it can offer useful context to users’ problems and additional ideas to be explored. Given that divergence is one of the fundamental practices of creative problem-solving, it’s a good idea to incorporate it into each tool you use.

Brainstorming

Brainstorming is a tool that can be highly effective when guided by the iterative qualities of the design thinking process. It involves openly discussing and debating ideas and topics in a group setting. This facilitates idea generation and exploration as different team members consider the same concept from multiple perspectives.

Hosting brainstorming sessions can result in problems, such as groupthink or social loafing. To combat this, leverage a three-step brainstorming method involving divergence and convergence :

  • Have each group member come up with as many ideas as possible and write them down to ensure the brainstorming session is productive.
  • Continue the divergence of ideas by collectively sharing and exploring each idea as a group. The goal is to create a setting where new ideas are inspired by open discussion.
  • Begin the convergence of ideas by narrowing them down to a few explorable options. There’s no "right number of ideas." Don't be afraid to consider exploring all of them, as long as you have the resources to do so.

Alternate Worlds

The alternate worlds tool is an empathetic approach to creative problem-solving. It encourages you to consider how someone in another world would approach your situation.

For example, if you’re concerned that the printers you produce overheat and catch fire, consider how a different industry would approach the problem. How would an automotive expert solve it? How would a firefighter?

Be creative as you consider and research alternate worlds. The purpose is not to nail down a solution right away but to continue the ideation process through diverging and exploring ideas.

Which HBS Online Entrepreneurship and Innovation Course is Right for You? | Download Your Free Flowchart

Continue Developing Your Skills

Whether you’re an entrepreneur, marketer, or business leader, learning the ropes of design thinking can be an effective way to build your skills and foster creativity and innovation in any setting.

If you're ready to develop your design thinking and creative problem-solving skills, explore Design Thinking and Innovation , one of our online entrepreneurship and innovation courses. If you aren't sure which course is the right fit, download our free course flowchart to determine which best aligns with your goals.

meaning of problem solving in it

About the Author

Go to the homepage

Definition of 'problem-solving'

Problem-solving in british english.

IPA Pronunciation Guide

Examples of 'problem-solving' in a sentence problem-solving

Trends of problem-solving.

View usage for: All Years Last 10 years Last 50 years Last 100 years Last 300 years

Browse alphabetically problem-solving

  • problem stems
  • problem was diagnosed
  • problem-free
  • problem-solving
  • problematic
  • problematic relationship
  • problematic situation
  • All ENGLISH words that begin with 'P'

Quick word challenge

Quiz Review

Score: 0 / 5

Image

Wordle Helper

Tile

Scrabble Tools

Image

Cart

  • SUGGESTED TOPICS
  • The Magazine
  • Newsletters
  • Managing Yourself
  • Managing Teams
  • Work-life Balance
  • The Big Idea
  • Data & Visuals
  • Reading Lists
  • Case Selections
  • HBR Learning
  • Topic Feeds
  • Account Settings
  • Email Preferences

Share Podcast

HBR On Leadership podcast series

Do You Understand the Problem You’re Trying to Solve?

To solve tough problems at work, first ask these questions.

  • Apple Podcasts
  • Google Podcasts

Problem solving skills are invaluable in any job. But all too often, we jump to find solutions to a problem without taking time to really understand the dilemma we face, according to Thomas Wedell-Wedellsborg , an expert in innovation and the author of the book, What’s Your Problem?: To Solve Your Toughest Problems, Change the Problems You Solve .

In this episode, you’ll learn how to reframe tough problems by asking questions that reveal all the factors and assumptions that contribute to the situation. You’ll also learn why searching for just one root cause can be misleading.

Key episode topics include: leadership, decision making and problem solving, power and influence, business management.

HBR On Leadership curates the best case studies and conversations with the world’s top business and management experts, to help you unlock the best in those around you. New episodes every week.

  • Listen to the original HBR IdeaCast episode: The Secret to Better Problem Solving (2016)
  • Find more episodes of HBR IdeaCast
  • Discover 100 years of Harvard Business Review articles, case studies, podcasts, and more at HBR.org .

HANNAH BATES: Welcome to HBR on Leadership , case studies and conversations with the world’s top business and management experts, hand-selected to help you unlock the best in those around you.

Problem solving skills are invaluable in any job. But even the most experienced among us can fall into the trap of solving the wrong problem.

Thomas Wedell-Wedellsborg says that all too often, we jump to find solutions to a problem – without taking time to really understand what we’re facing.

He’s an expert in innovation, and he’s the author of the book, What’s Your Problem?: To Solve Your Toughest Problems, Change the Problems You Solve .

  In this episode, you’ll learn how to reframe tough problems, by asking questions that reveal all the factors and assumptions that contribute to the situation. You’ll also learn why searching for one root cause can be misleading. And you’ll learn how to use experimentation and rapid prototyping as problem-solving tools.

This episode originally aired on HBR IdeaCast in December 2016. Here it is.

SARAH GREEN CARMICHAEL: Welcome to the HBR IdeaCast from Harvard Business Review. I’m Sarah Green Carmichael.

Problem solving is popular. People put it on their resumes. Managers believe they excel at it. Companies count it as a key proficiency. We solve customers’ problems.

The problem is we often solve the wrong problems. Albert Einstein and Peter Drucker alike have discussed the difficulty of effective diagnosis. There are great frameworks for getting teams to attack true problems, but they’re often hard to do daily and on the fly. That’s where our guest comes in.

Thomas Wedell-Wedellsborg is a consultant who helps companies and managers reframe their problems so they can come up with an effective solution faster. He asks the question “Are You Solving The Right Problems?” in the January-February 2017 issue of Harvard Business Review. Thomas, thank you so much for coming on the HBR IdeaCast .

THOMAS WEDELL-WEDELLSBORG: Thanks for inviting me.

SARAH GREEN CARMICHAEL: So, I thought maybe we could start by talking about the problem of talking about problem reframing. What is that exactly?

THOMAS WEDELL-WEDELLSBORG: Basically, when people face a problem, they tend to jump into solution mode to rapidly, and very often that means that they don’t really understand, necessarily, the problem they’re trying to solve. And so, reframing is really a– at heart, it’s a method that helps you avoid that by taking a second to go in and ask two questions, basically saying, first of all, wait. What is the problem we’re trying to solve? And then crucially asking, is there a different way to think about what the problem actually is?

SARAH GREEN CARMICHAEL: So, I feel like so often when this comes up in meetings, you know, someone says that, and maybe they throw out the Einstein quote about you spend an hour of problem solving, you spend 55 minutes to find the problem. And then everyone else in the room kind of gets irritated. So, maybe just give us an example of maybe how this would work in practice in a way that would not, sort of, set people’s teeth on edge, like oh, here Sarah goes again, reframing the whole problem instead of just solving it.

THOMAS WEDELL-WEDELLSBORG: I mean, you’re bringing up something that’s, I think is crucial, which is to create legitimacy for the method. So, one of the reasons why I put out the article is to give people a tool to say actually, this thing is still important, and we need to do it. But I think the really critical thing in order to make this work in a meeting is actually to learn how to do it fast, because if you have the idea that you need to spend 30 minutes in a meeting delving deeply into the problem, I mean, that’s going to be uphill for most problems. So, the critical thing here is really to try to make it a practice you can implement very, very rapidly.

There’s an example that I would suggest memorizing. This is the example that I use to explain very rapidly what it is. And it’s basically, I call it the slow elevator problem. You imagine that you are the owner of an office building, and that your tenants are complaining that the elevator’s slow.

Now, if you take that problem framing for granted, you’re going to start thinking creatively around how do we make the elevator faster. Do we install a new motor? Do we have to buy a new lift somewhere?

The thing is, though, if you ask people who actually work with facilities management, well, they’re going to have a different solution for you, which is put up a mirror next to the elevator. That’s what happens is, of course, that people go oh, I’m busy. I’m busy. I’m– oh, a mirror. Oh, that’s beautiful.

And then they forget time. What’s interesting about that example is that the idea with a mirror is actually a solution to a different problem than the one you first proposed. And so, the whole idea here is once you get good at using reframing, you can quickly identify other aspects of the problem that might be much better to try to solve than the original one you found. It’s not necessarily that the first one is wrong. It’s just that there might be better problems out there to attack that we can, means we can do things much faster, cheaper, or better.

SARAH GREEN CARMICHAEL: So, in that example, I can understand how A, it’s probably expensive to make the elevator faster, so it’s much cheaper just to put up a mirror. And B, maybe the real problem people are actually feeling, even though they’re not articulating it right, is like, I hate waiting for the elevator. But if you let them sort of fix their hair or check their teeth, they’re suddenly distracted and don’t notice.

But if you have, this is sort of a pedestrian example, but say you have a roommate or a spouse who doesn’t clean up the kitchen. Facing that problem and not having your elegant solution already there to highlight the contrast between the perceived problem and the real problem, how would you take a problem like that and attack it using this method so that you can see what some of the other options might be?

THOMAS WEDELL-WEDELLSBORG: Right. So, I mean, let’s say it’s you who have that problem. I would go in and say, first of all, what would you say the problem is? Like, if you were to describe your view of the problem, what would that be?

SARAH GREEN CARMICHAEL: I hate cleaning the kitchen, and I want someone else to clean it up.

THOMAS WEDELL-WEDELLSBORG: OK. So, my first observation, you know, that somebody else might not necessarily be your spouse. So, already there, there’s an inbuilt assumption in your question around oh, it has to be my husband who does the cleaning. So, it might actually be worth, already there to say, is that really the only problem you have? That you hate cleaning the kitchen, and you want to avoid it? Or might there be something around, as well, getting a better relationship in terms of how you solve problems in general or establishing a better way to handle small problems when dealing with your spouse?

SARAH GREEN CARMICHAEL: Or maybe, now that I’m thinking that, maybe the problem is that you just can’t find the stuff in the kitchen when you need to find it.

THOMAS WEDELL-WEDELLSBORG: Right, and so that’s an example of a reframing, that actually why is it a problem that the kitchen is not clean? Is it only because you hate the act of cleaning, or does it actually mean that it just takes you a lot longer and gets a lot messier to actually use the kitchen, which is a different problem. The way you describe this problem now, is there anything that’s missing from that description?

SARAH GREEN CARMICHAEL: That is a really good question.

THOMAS WEDELL-WEDELLSBORG: Other, basically asking other factors that we are not talking about right now, and I say those because people tend to, when given a problem, they tend to delve deeper into the detail. What often is missing is actually an element outside of the initial description of the problem that might be really relevant to what’s going on. Like, why does the kitchen get messy in the first place? Is it something about the way you use it or your cooking habits? Is it because the neighbor’s kids, kind of, use it all the time?

There might, very often, there might be issues that you’re not really thinking about when you first describe the problem that actually has a big effect on it.

SARAH GREEN CARMICHAEL: I think at this point it would be helpful to maybe get another business example, and I’m wondering if you could tell us the story of the dog adoption problem.

THOMAS WEDELL-WEDELLSBORG: Yeah. This is a big problem in the US. If you work in the shelter industry, basically because dogs are so popular, more than 3 million dogs every year enter a shelter, and currently only about half of those actually find a new home and get adopted. And so, this is a problem that has persisted. It’s been, like, a structural problem for decades in this space. In the last three years, where people found new ways to address it.

So a woman called Lori Weise who runs a rescue organization in South LA, and she actually went in and challenged the very idea of what we were trying to do. She said, no, no. The problem we’re trying to solve is not about how to get more people to adopt dogs. It is about keeping the dogs with their first family so they never enter the shelter system in the first place.

In 2013, she started what’s called a Shelter Intervention Program that basically works like this. If a family comes and wants to hand over their dog, these are called owner surrenders. It’s about 30% of all dogs that come into a shelter. All they would do is go up and ask, if you could, would you like to keep your animal? And if they said yes, they would try to fix whatever helped them fix the problem, but that made them turn over this.

And sometimes that might be that they moved into a new building. The landlord required a deposit, and they simply didn’t have the money to put down a deposit. Or the dog might need a $10 rabies shot, but they didn’t know how to get access to a vet.

And so, by instigating that program, just in the first year, she took her, basically the amount of dollars they spent per animal they helped went from something like $85 down to around $60. Just an immediate impact, and her program now is being rolled out, is being supported by the ASPCA, which is one of the big animal welfare stations, and it’s being rolled out to various other places.

And I think what really struck me with that example was this was not dependent on having the internet. This was not, oh, we needed to have everybody mobile before we could come up with this. This, conceivably, we could have done 20 years ago. Only, it only happened when somebody, like in this case Lori, went in and actually rethought what the problem they were trying to solve was in the first place.

SARAH GREEN CARMICHAEL: So, what I also think is so interesting about that example is that when you talk about it, it doesn’t sound like the kind of thing that would have been thought of through other kinds of problem solving methods. There wasn’t necessarily an After Action Review or a 5 Whys exercise or a Six Sigma type intervention. I don’t want to throw those other methods under the bus, but how can you get such powerful results with such a very simple way of thinking about something?

THOMAS WEDELL-WEDELLSBORG: That was something that struck me as well. This, in a way, reframing and the idea of the problem diagnosis is important is something we’ve known for a long, long time. And we’ve actually have built some tools to help out. If you worked with us professionally, you are familiar with, like, Six Sigma, TRIZ, and so on. You mentioned 5 Whys. A root cause analysis is another one that a lot of people are familiar with.

Those are our good tools, and they’re definitely better than nothing. But what I notice when I work with the companies applying those was those tools tend to make you dig deeper into the first understanding of the problem we have. If it’s the elevator example, people start asking, well, is that the cable strength, or is the capacity of the elevator? That they kind of get caught by the details.

That, in a way, is a bad way to work on problems because it really assumes that there’s like a, you can almost hear it, a root cause. That you have to dig down and find the one true problem, and everything else was just symptoms. That’s a bad way to think about problems because problems tend to be multicausal.

There tend to be lots of causes or levers you can potentially press to address a problem. And if you think there’s only one, if that’s the right problem, that’s actually a dangerous way. And so I think that’s why, that this is a method I’ve worked with over the last five years, trying to basically refine how to make people better at this, and the key tends to be this thing about shifting out and saying, is there a totally different way of thinking about the problem versus getting too caught up in the mechanistic details of what happens.

SARAH GREEN CARMICHAEL: What about experimentation? Because that’s another method that’s become really popular with the rise of Lean Startup and lots of other innovation methodologies. Why wouldn’t it have worked to, say, experiment with many different types of fixing the dog adoption problem, and then just pick the one that works the best?

THOMAS WEDELL-WEDELLSBORG: You could say in the dog space, that’s what’s been going on. I mean, there is, in this industry and a lot of, it’s largely volunteer driven. People have experimented, and they found different ways of trying to cope. And that has definitely made the problem better. So, I wouldn’t say that experimentation is bad, quite the contrary. Rapid prototyping, quickly putting something out into the world and learning from it, that’s a fantastic way to learn more and to move forward.

My point is, though, that I feel we’ve come to rely too much on that. There’s like, if you look at the start up space, the wisdom is now just to put something quickly into the market, and then if it doesn’t work, pivot and just do more stuff. What reframing really is, I think of it as the cognitive counterpoint to prototyping. So, this is really a way of seeing very quickly, like not just working on the solution, but also working on our understanding of the problem and trying to see is there a different way to think about that.

If you only stick with experimentation, again, you tend to sometimes stay too much in the same space trying minute variations of something instead of taking a step back and saying, wait a minute. What is this telling us about what the real issue is?

SARAH GREEN CARMICHAEL: So, to go back to something that we touched on earlier, when we were talking about the completely hypothetical example of a spouse who does not clean the kitchen–

THOMAS WEDELL-WEDELLSBORG: Completely, completely hypothetical.

SARAH GREEN CARMICHAEL: Yes. For the record, my husband is a great kitchen cleaner.

You started asking me some questions that I could see immediately were helping me rethink that problem. Is that kind of the key, just having a checklist of questions to ask yourself? How do you really start to put this into practice?

THOMAS WEDELL-WEDELLSBORG: I think there are two steps in that. The first one is just to make yourself better at the method. Yes, you should kind of work with a checklist. In the article, I kind of outlined seven practices that you can use to do this.

But importantly, I would say you have to consider that as, basically, a set of training wheels. I think there’s a big, big danger in getting caught in a checklist. This is something I work with.

My co-author Paddy Miller, it’s one of his insights. That if you start giving people a checklist for things like this, they start following it. And that’s actually a problem, because what you really want them to do is start challenging their thinking.

So the way to handle this is to get some practice using it. Do use the checklist initially, but then try to step away from it and try to see if you can organically make– it’s almost a habit of mind. When you run into a colleague in the hallway and she has a problem and you have five minutes, like, delving in and just starting asking some of those questions and using your intuition to say, wait, how is she talking about this problem? And is there a question or two I can ask her about the problem that can help her rethink it?

SARAH GREEN CARMICHAEL: Well, that is also just a very different approach, because I think in that situation, most of us can’t go 30 seconds without jumping in and offering solutions.

THOMAS WEDELL-WEDELLSBORG: Very true. The drive toward solutions is very strong. And to be clear, I mean, there’s nothing wrong with that if the solutions work. So, many problems are just solved by oh, you know, oh, here’s the way to do that. Great.

But this is really a powerful method for those problems where either it’s something we’ve been banging our heads against tons of times without making progress, or when you need to come up with a really creative solution. When you’re facing a competitor with a much bigger budget, and you know, if you solve the same problem later, you’re not going to win. So, that basic idea of taking that approach to problems can often help you move forward in a different way than just like, oh, I have a solution.

I would say there’s also, there’s some interesting psychological stuff going on, right? Where you may have tried this, but if somebody tries to serve up a solution to a problem I have, I’m often resistant towards them. Kind if like, no, no, no, no, no, no. That solution is not going to work in my world. Whereas if you get them to discuss and analyze what the problem really is, you might actually dig something up.

Let’s go back to the kitchen example. One powerful question is just to say, what’s your own part in creating this problem? It’s very often, like, people, they describe problems as if it’s something that’s inflicted upon them from the external world, and they are innocent bystanders in that.

SARAH GREEN CARMICHAEL: Right, or crazy customers with unreasonable demands.

THOMAS WEDELL-WEDELLSBORG: Exactly, right. I don’t think I’ve ever met an agency or consultancy that didn’t, like, gossip about their customers. Oh, my god, they’re horrible. That, you know, classic thing, why don’t they want to take more risk? Well, risk is bad.

It’s their business that’s on the line, not the consultancy’s, right? So, absolutely, that’s one of the things when you step into a different mindset and kind of, wait. Oh yeah, maybe I actually am part of creating this problem in a sense, as well. That tends to open some new doors for you to move forward, in a way, with stuff that you may have been struggling with for years.

SARAH GREEN CARMICHAEL: So, we’ve surfaced a couple of questions that are useful. I’m curious to know, what are some of the other questions that you find yourself asking in these situations, given that you have made this sort of mental habit that you do? What are the questions that people seem to find really useful?

THOMAS WEDELL-WEDELLSBORG: One easy one is just to ask if there are any positive exceptions to the problem. So, was there day where your kitchen was actually spotlessly clean? And then asking, what was different about that day? Like, what happened there that didn’t happen the other days? That can very often point people towards a factor that they hadn’t considered previously.

SARAH GREEN CARMICHAEL: We got take-out.

THOMAS WEDELL-WEDELLSBORG: S,o that is your solution. Take-out from [INAUDIBLE]. That might have other problems.

Another good question, and this is a little bit more high level. It’s actually more making an observation about labeling how that person thinks about the problem. And what I mean with that is, we have problem categories in our head. So, if I say, let’s say that you describe a problem to me and say, well, we have a really great product and are, it’s much better than our previous product, but people aren’t buying it. I think we need to put more marketing dollars into this.

Now you can go in and say, that’s interesting. This sounds like you’re thinking of this as a communications problem. Is there a different way of thinking about that? Because you can almost tell how, when the second you say communications, there are some ideas about how do you solve a communications problem. Typically with more communication.

And what you might do is go in and suggest, well, have you considered that it might be, say, an incentive problem? Are there incentives on behalf of the purchasing manager at your clients that are obstructing you? Might there be incentive issues with your own sales force that makes them want to sell the old product instead of the new one?

So literally, just identifying what type of problem does this person think about, and is there different potential way of thinking about it? Might it be an emotional problem, a timing problem, an expectations management problem? Thinking about what label of what type of problem that person is kind of thinking as it of.

SARAH GREEN CARMICHAEL: That’s really interesting, too, because I think so many of us get requests for advice that we’re really not qualified to give. So, maybe the next time that happens, instead of muddying my way through, I will just ask some of those questions that we talked about instead.

THOMAS WEDELL-WEDELLSBORG: That sounds like a good idea.

SARAH GREEN CARMICHAEL: So, Thomas, this has really helped me reframe the way I think about a couple of problems in my own life, and I’m just wondering. I know you do this professionally, but is there a problem in your life that thinking this way has helped you solve?

THOMAS WEDELL-WEDELLSBORG: I’ve, of course, I’ve been swallowing my own medicine on this, too, and I think I have, well, maybe two different examples, and in one case somebody else did the reframing for me. But in one case, when I was younger, I often kind of struggled a little bit. I mean, this is my teenage years, kind of hanging out with my parents. I thought they were pretty annoying people. That’s not really fair, because they’re quite wonderful, but that’s what life is when you’re a teenager.

And one of the things that struck me, suddenly, and this was kind of the positive exception was, there was actually an evening where we really had a good time, and there wasn’t a conflict. And the core thing was, I wasn’t just seeing them in their old house where I grew up. It was, actually, we were at a restaurant. And it suddenly struck me that so much of the sometimes, kind of, a little bit, you love them but they’re annoying kind of dynamic, is tied to the place, is tied to the setting you are in.

And of course, if– you know, I live abroad now, if I visit my parents and I stay in my old bedroom, you know, my mother comes in and wants to wake me up in the morning. Stuff like that, right? And it just struck me so, so clearly that it’s– when I change this setting, if I go out and have dinner with them at a different place, that the dynamic, just that dynamic disappears.

SARAH GREEN CARMICHAEL: Well, Thomas, this has been really, really helpful. Thank you for talking with me today.

THOMAS WEDELL-WEDELLSBORG: Thank you, Sarah.  

HANNAH BATES: That was Thomas Wedell-Wedellsborg in conversation with Sarah Green Carmichael on the HBR IdeaCast. He’s an expert in problem solving and innovation, and he’s the author of the book, What’s Your Problem?: To Solve Your Toughest Problems, Change the Problems You Solve .

We’ll be back next Wednesday with another hand-picked conversation about leadership from the Harvard Business Review. If you found this episode helpful, share it with your friends and colleagues, and follow our show on Apple Podcasts, Spotify, or wherever you get your podcasts. While you’re there, be sure to leave us a review.

We’re a production of Harvard Business Review. If you want more podcasts, articles, case studies, books, and videos like this, find it all at HBR dot org.

This episode was produced by Anne Saini, and me, Hannah Bates. Ian Fox is our editor. Music by Coma Media. Special thanks to Maureen Hoch, Adi Ignatius, Karen Player, Ramsey Khabbaz, Nicole Smith, Anne Bartholomew, and you – our listener.

See you next week.

  • Subscribe On:

Latest in this series

This article is about leadership.

  • Decision making and problem solving
  • Power and influence
  • Business management

Partner Center

Student spotlight: Zoe Weinstein explores the problem-solving power of data science

meaning of problem solving in it

Zoe Weinstein x’25 grew up on the outskirts of Silicon Valley, but her fascination with data science and technology didn’t emerge until she arrived in Wisconsin. And her decision to come to Madison in the first place was based on a fortuitous visit to another Midwest city, during which she learned some good news.

“I happened to find out I got into UW-Madison when I was visiting Chicago, and my mom asked me, ‘do you want to go drive up and check it out?’” Weinstein recalled. “When I got here, I absolutely fell in love with it—the city, the people, the campus. I knew I wanted to be here, even without looking at specific programs very thoroughly at first.”

But once she dove into possible majors, she discovered that UW-Madison had outstanding programs in two of her academic interests: data science and sociology. She decided to double major. Now a junior, Weinstein has embraced data science as more than just a major: she is on the executive board of DotData , the data science student club at UW-Madison, and has secured data-centric internships through the summer and fall.

Discovering data science

Weinstein hadn’t taken much interest in technology prior to college, but she knew she enjoyed and excelled at math. Even so, she was (at the time) unfamiliar with the formal discipline of data science.

“When I came here and found data science, it was something I had never heard of before,” she said. The Data Science major , established in 2020 within the Department of Statistics, teaches students how to apply computational and mathematical skills to data-centric problems in a variety of fields. Now three years into her studies, Weinstein said she particularly enjoys “ the problem-solving behind working with data and coding.”

According to Weinstein, becoming adept at coding in Python has been especially rewarding and useful.

“I never felt like I was great at learning new languages like Spanish in high school, but learning Python just felt so natural to me. The code read like English in my mind, and it helped me solve real problems.” -Zoe Weinstein

Weinstein highlighted a few memorable courses and instructors that have shaped her experience at UW-Madison. She said COMP SCI 220, Data Science Programming I, helped her grasp the foundations of coding for data scientists, especially in Python. Meanwhile, LIS 440, Navigating the Data Revolution, got Weinstein “super interested in data ethics and the almost philosophical side of data, she said.”

In addition, Weinstein said, Introduction to Artificial Intelligence (AI), COMP SCI 540, which she is taking this spring, is “absolutely one of my favorite classes.” Taught by Assistant Professor Frederic Sala , the course delves into AI-related concepts like machine learning and probabilistic reasoning with applications for data mining, natural language processing, and more.

“Fred Sala is an amazing professor,” Weinstein said. “I could not recommend his class more.”

On top of technical data- and computing-focused courses, Weinstein’s sociology major has enabled her to explore social and cultural issues through a data-centric lens. After taking SOC 120: Marriage and the Family, Weinstein said, “I was absolutely hooked.” Since then, she noted, “I’ve had the opportunity to use data science and analytical skills in my sociology classes, which has honestly been a huge advantage for me. In that way, the two majors definitely complement each other.”

DotData: a student community

After finding DotData through the Wisconsin Involvement Network, Weinstein decided to try it out. “I started going to some of the meetings and met a new friend, who was on the board. That kept me coming back, knowing there are people here that are friendly and familiar,” she said. When some of the board members announced they would be studying abroad this spring, spots opened up for new board members. She applied and won the position of secretary on the executive board, beginning her term over the winter break.

meaning of problem solving in it

“I have learned so much about the club and about data science, and I’ve met so many of my peers who are Data Science or Computer Sciences majors,” Weinstein said. “It has been an amazing experience.”

In the secretary role, Weinstein produces the club’s newsletter, which keeps members apprised of meeting topics and other events, including their annual MadData Hackathon . “One of my favorite things about DotData is the annual hackathon,” she said. “This year we had more than 200 participants sign up and 35 projects submitted at the end of the day-long event,” which took place in February.

Participants in MadData work in groups to solve any problem they choose using real-world data. “It was very cool to see how many people are interested in data science and what kinds of ideas people were able to come up with,” Weinstein said, “We had groups of freshmen who have never coded before meeting people who are expert coders and creating the most amazing projects.” The winning project, Tech Trends , was created by students Shlok Desai and Muthu Ramnarayanan. Inspired by the challenge of navigating large amounts of technology news online, Tech Trends is a platform that uses AI-driven personalization to enable users to navigate the online technology news landscape with ease and enjoyment.

During the fall 2023 semester, Weinstein said she applied to “somewhere between 60 and 80 internships.” The first company to invite her to an in-person interview was Chicago-based CNA , one of the largest commercial property and casualty insurance companies in the country. CNA ultimately offered Weinstein a role as a Data Engineering Intern this coming summer. After that internship ends, she will transition to a role as Data Analytics Intern for the Wisconsin School of Business (WSB), where she will use her data and coding skill sets to uncover useful insights in the School’s datasets.

Looking ahead to after graduation, Weinstein is open to multiple potential paths. “I’ve always wanted to leverage my data science skills to make an impact,” she said, “whether I end up staying in industry or pursuing a career in social science research.” She is hopeful that her upcoming internships will help her discover which aspects of being a data professional she enjoys most.

Zoe Weinstein’s story illustrates how data science enables students to engage in interdisciplinary problem-solving. Through the Data Science major and the DotData club, Weinstein—along with hundreds of fellow students, faculty, and staff—is an active participant in the fast-growing UW-Madison data science community.

To learn more about the Data Science major, visit its website .

For more information about DotData, visit its website .

  • Share full article

Advertisement

Subscriber-only Newsletter

Ross Douthat

Three interpretations of ‘the three-body problem’.

An illustration of a person looking through one pair of glasses, with two other pairs perched on the person’s forehead. The arm of one pair is decorated with an American flag design, and the arm of another bears the design of China’s flag.

By Ross Douthat

Opinion Columnist

Having watched some (though not quite all) of “3 Body Problem,” Netflix’s hit adaptation of “The Three-Body Problem,” the first book in a science-fiction saga by the Chinese author Liu Cixin, I’m struck by the unusual geopolitical weight this particular piece of pop entertainment carries. At a time when Chinese-American relations are notable for a lack of sustained cultural exchange, here is a best-selling work written within our leading rival, carrying various clash-of-civilizational themes, translated into popular television for an American audience. There aren’t a lot of other cases where a major piece of pop culture is so clearly working along the fault lines that have led to great-power conflict and could one day lead to war.

But then I’m also struck, reading the commentary surrounding the show and the books, by how the different projects of translation — from Chinese-language phenomenon to English-language best seller, then from book to TV show — have created an instability of interpretation, a difficulty settling on a narrative about what Liu’s story really means. Even a three-interpretation problem, you might say (sorry!), with different gazes and different translations yielding very different readings and reactions. (Some spoilers follow.)

Consider, first, the book as seen through Western eyes. The default American reaction to any work of literature produced under authoritarian conditions is to assume that it must be an act of rebellion or at least critique. Maybe not quite Aleksandr Solzhenitsyn’s “The Gulag Archipelago” but, at the very least, Boris Pasternak’s “Doctor Zhivago.”

Liu’s novels offer various permissions for this kind of interpretation, beginning with the way he features his country’s Cultural Revolution, depicting it as a primal horror that leads a character to such deep rage and disillusionment that she willingly collaborates with an alien civilization bent on the conquest of Earth. In the Chinese-language original, the Cultural Revolution material was planted midway through the story; in the English translation, it was brought to the front, and Liu has said that this is what he intended all along, that the English version is the truer one and the Chinese version was artistically warped to escape the censors’ eyes.

From this telling use of Chinese Communist history and even more telling English-language alteration, you can proceed to a reading like the one offered initially in this essay by Reason magazine’s Peter Suderman, where the entire story of interstellar conflict, between an earthbound humanity and advanced aliens who have a way to observe our every move and impede our scientific progress while their invasion fleet gradually approaches, reads as a commentary on China’s “surveillance authoritarianism.” As with earthlings under the high-tech eye of the aliens, so with the subjects of China’s regime: Like Liu’s invasion-shadowed human beings, Suderman writes, “Chinese citizens are always being watched, always being spied upon, creating a climate of fear and distrust and paranoia, and repressing the sort of free back and forth that is necessary to both scientific progress and cultural cohesion.”

But then read this 2019 profile of Liu in The New Yorker by Jiayang Fan, and you may arrive at a very different way of thinking about his novels. Maybe the interstellar clash of civilizations is meant to evoke China’s rise and America’s resistance to its rise, but the aliens aren’t the oppressive regime in Beijing. Instead, they’re stand-ins for the Americans, for us: a civilization that’s more technologically advanced and, for now, better armed than its emerging rival but destined to be overmastered unless it can find a way to divide and suppress and distract and demoralize. The various mechanisms the aliens use to keep the earthlings down are like manifestations of American power as perceived in a paranoid China — American surveillance and spycraft and economic sabotage, American pop cultural sludge, maybe even American democracy promotion.

Faced with these kinds of threats, the human beings in the story — which is to say, in this interpretation, the fictional analogues to today’s Chinese government and Chinese citizens — simply can’t afford any kind of liberal sentimentalism. They need to accept the necessity of some kind of authoritarian rule, some degree of Big Brotherism, and act ruthlessly when confronted with the harsh zero-sum nature of civilizational competition. This description from Fan’s profile captures how this plays out in the books, which get darker and stranger as they go:

Although physics furnishes the novels’ premises, it is politics that drives the plots. At every turn, the characters are forced to make brutal calculations in which moral absolutism is pitted against the greater good. In their pursuit of survival, men and women employ Machiavellian game theory and adopt a bleak consequentialism. In Liu’s fictional universe, idealism is fatal and kindness an exorbitant luxury. As one general says in the trilogy, “In a time of war, we can’t afford to be too scrupulous.” Indeed, it is usually when people do not play by the rules of realpolitik that the most lives are lost.

When Fan pushes Liu on his political views, she gets a similar perspective: Not a liberal author pushing against the limits imposed by a dictatorship but someone who basically shares that dictatorship’s view of human nature and defends most of its policies — internment of Muslim Uyghurs, the now-defunct one-child policy, the basic lineaments of its authoritarian system — even if he’s also willing to portray and make artistic use of some of its more egregious Mao-era crimes:

I couldn’t help asking Liu if he ever thought he might have been brainwashed. “I know what you are thinking,” he told me with weary clarity. “What about individual liberty and freedom of governance?” He sighed, as if exhausted by a debate going on in his head. “But that’s not what Chinese people care about. For ordinary folks, it’s the cost of health care, real-estate prices, their children’s education. Not democracy.” I looked at him, studying his face. He blinked, and continued, “If you were to loosen up the country a bit, the consequences would be terrifying.” … Liu closed his eyes for a long moment and then said quietly, “This is why I don’t like to talk about subjects like this. The truth is you don’t really — I mean, can’t truly — understand.” He gestured around him. “You’ve lived here, in the U.S., for, what, going on three decades?” The implication was clear: Years in the West had brainwashed me. In that moment, in Liu’s mind, I, with my inflexible sense of morality, was the alien.

Then to this darker interpretation of the story, add a third: The interpretation suggested by the Netflix adaptation, whose version of the story is less China-centric, with more action set in Britain and a multiracial gaggle of young scientists with dating problems added to the plot. (I concur with Alex Tabarrok’s view that the young scientist characters are way too much like normal people in an “Alien Invasion: 90210”-style soap opera, without enough of “the obsessiveness, ambition and unconventionality often found in real-world geniuses.”)

If you come to the TV version fresh, without exposure to the books, you may find yourself thinking less about the Chinese-American rivalry and more about the general position of the developed West in recent decades: a rich and powerful society struggling to make economic and technological advancements that match the achievements of the 20th century while dealing with internal divisions and existential doubts.

The story offers an exaggerated depiction of this real-world sense of futility and angst, giving us scientists killing themselves and abandoning cutting-edge projects instead of just a slowdown in innovation or laboratory results that suddenly stop making any sense at all in place of the replication crisis that our own academy is dealing with or a video game headset built with alien technology rather than just the virtual snares we’re building for ourselves.

But that exaggeration still feels like a striking commentary on our own situation, with even the pervasive alien surveillance, as Suderman notes later in his essay, reading “as much like a comment on social media and cancel culture as it does on Chinese totalitarianism.”

Which in turn lends itself to the reading of the show offered by James Pethokoukis, who writes frequently on themes of stagnation. What if our years of relative disappointment, driven by “the surprise slowdown in tech progress and productivity growth since the early 1970s,” is actually the work of malign would-be invaders from elsewhere in the galaxy? After all, if there were some kind of alien observers “bopping around the planet and messing with us, how would the results be any different than what we’ve experienced for the past half century?”

Maybe that explains the weird craft that Navy pilots keep reporting. Maybe the faction in our government that seemingly wants people to believe that we have some sort of alien vessel in our possession is also responsible for the Netflix adaptation of Liu’s novel, injecting the idea of an alien threat into the pop-culture discourse in order to prepare us …

OK, I’ve said too much. (They’re always watching.) Let’s just retreat to safer ground and say that what I’m describing, this Western-centric interpretation of “The Three-Body Problem,” is a fascinating example of how translation both subtracts and adds to the meaning of a given work. In one trilogy of novels and its cultural journey, you can discern different portraits of our age of civilizational conflict, connected but distant, orbiting one another in a complicated dance.

Noah Smith on World War III .

Nathaniel Rich on U.F.O.s .

Andrew Delbanco on Norman Mailer’s arrival .

Mary Harrington on reactionary futurism .

Ann Manov revives the literary takedown.

Judith Shulevitz on adult liberation through children’s eyes .

Curtis Yarvin and Christopher Rufo exchange insults .

This Week in Decadence

“ Navy cancels ship briefings after damning internal report ,” Politico (April 7).

As the Navy’s largest U.S. trade show gets underway on Monday, officers in charge of the service’s marquee shipbuilding programs won’t offer the usual briefings with reporters and analysts about them. That break from the tradition of sharing program updates at the Navy’s Sea-Air-Space Exposition comes just days after the Navy announced that four of its most critical shipbuilding programs are years behind schedule. The Navy’s top admiral and civilian secretary have still not responded to questions about a damning Navy report released Tuesday outlining the sweeping failure of the Navy and its industrial partners to make expected progress on two submarine programs, an aircraft carrier and a new class of frigates. … The delays, from one to three years each depending on the program, come as the Navy and Pentagon pour billions into modernizing and upgrading shipyards in an attempt to build and repair ships more quickly and keep pace with China. Beijing’s navy has already surpassed the U.S. in size.

Ross Douthat has been an Opinion columnist for The Times since 2009. He is the author, most recently, of “The Deep Places: A Memoir of Illness and Discovery.” @ DouthatNYT • Facebook

IMAGES

  1. Problem-Solving Strategies: Definition and 5 Techniques to Try

    meaning of problem solving in it

  2. What Is Problem-Solving? Steps, Processes, Exercises to do it Right

    meaning of problem solving in it

  3. what is problem solving steps process & techniques asq

    meaning of problem solving in it

  4. 7 Steps to Improve Your Problem Solving Skills

    meaning of problem solving in it

  5. Developing Problem-Solving Skills for Kids

    meaning of problem solving in it

  6. definition of problem solving with example

    meaning of problem solving in it

VIDEO

  1. #IIB.sc Mathematics #Paper_IV #Integer Part Of X Or[X] Meaning&Problem

  2. Computation of Diluted EPS ! Format Meaning Problem and Solution !! 5th class Cu Bcom Semester vi

  3. Technique of Financial Statement ! Trend Analysis! Meaning Problem and Solution Cu Bcom Semester vi

  4. Problem solving

  5. Value Added Method Meaning Problem of Double Counting

  6. Problem Solving Lesson #5

COMMENTS

  1. Problem-solving Definition & Meaning

    The meaning of PROBLEM-SOLVING is the process or act of finding a solution to a problem. How to use problem-solving in a sentence.

  2. What is Problem Solving? Steps, Process & Techniques

    1. Define the problem. Diagnose the situation so that your focus is on the problem, not just its symptoms. Helpful problem-solving techniques include using flowcharts to identify the expected steps of a process and cause-and-effect diagrams to define and analyze root causes.. The sections below help explain key problem-solving steps.

  3. What is Problem Solving? An Introduction

    Problem solving, in the simplest terms, is the process of identifying a problem, analyzing it, and finding the most effective solution to overcome it. For software engineers, this process is deeply embedded in their daily workflow. It could be something as simple as figuring out why a piece of code isn't working as expected, or something as ...

  4. Problem solving

    Definition. The term problem solving has a slightly different meaning depending on the discipline. For instance, it is a mental process in psychology and a computerized process in computer science. There are two different types of problems: ill-defined and well-defined; different approaches are used for each. Well-defined problems have specific ...

  5. The Problem-Solving Process

    Problem-solving is a mental process that involves discovering, analyzing, and solving problems. The ultimate goal of problem-solving is to overcome obstacles and find a solution that best resolves the issue. The best strategy for solving a problem depends largely on the unique situation. In some cases, people are better off learning everything ...

  6. What Is Problem Solving?

    The first step in solving a problem is understanding what that problem actually is. You need to be sure that you're dealing with the real problem - not its symptoms. For example, if performance in your department is substandard, you might think that the problem lies with the individuals submitting work. However, if you look a bit deeper, the ...

  7. Problem Solving Definition and Methodology

    Broadly defined, problem solving is the process of finding solutions to difficult or complex issues. But you already knew that. Understanding problem solving frameworks, however, requires a deeper dive. Think about a recent problem you faced. Maybe it was an interpersonal issue.

  8. PROBLEM-SOLVING

    PROBLEM-SOLVING definition: the process of finding solutions to problems: . Learn more.

  9. What is Problem Solving? A Complete Guide

    Problem Solving refers to the cognitive process of identifying, analysing, and resolving a challenge or obstacle. It involves using logical reasoning, critical thinking, and creativity to find effective solutions. You may have to deal with solving problems in many situations, from simple everyday problems to complex issues requiring in-depth ...

  10. Problem-Solving Strategies and Obstacles

    Problem-solving is a vital skill for coping with various challenges in life. This webpage explains the different strategies and obstacles that can affect how you solve problems, and offers tips on how to improve your problem-solving skills. Learn how to identify, analyze, and overcome problems with Verywell Mind.

  11. What is Problem Solving? (Steps, Techniques, Examples)

    Definition and Importance. Problem solving is the process of finding solutions to obstacles or challenges you encounter in your life or work. It is a crucial skill that allows you to tackle complex situations, adapt to changes, and overcome difficulties with ease. Mastering this ability will contribute to both your personal and professional ...

  12. What Are Problem-Solving Skills? Definition and Examples

    Problem-solving skills are the ability to identify problems, brainstorm and analyze answers, and implement the best solutions. An employee with good problem-solving skills is both a self-starter and a collaborative teammate; they are proactive in understanding the root of a problem and work with others to consider a wide range of solutions ...

  13. What is Problem Solving

    At its simplest, the meaning of problem-solving is the process of defining a problem, determining its cause, and implementing a solution. The definition of problem-solving is rooted in the fact that as humans, we exert control over our environment through solutions. We move forward in life when we solve problems and make decisions.

  14. What Is Problem Solving? Steps, Techniques, and Best ...

    How to Solve Problems: 5 Steps. 1. Precisely Identify Problems. As obvious as it seems, identifying the problem is the first step in the problem-solving process. Pinpointing a problem at the beginning of the process will guide your research, collaboration, and solutions in the right direction. At this stage, your task is to identify the scope ...

  15. PROBLEM-SOLVING definition

    PROBLEM-SOLVING meaning: the process of finding solutions to problems: . Learn more.

  16. Problem Solving: Definition, Skills, & Strategies

    Problem-solving is an important skill to develop because life will always throw you curveballs. Being able to respond to these problems with flexibility and calmness will generate much better results than if you respond to the problem with resistance or avoidance. Also, research has shown that increasing problem-solving skills through problem-solving therapy is beneficial for several physical ...

  17. Problem Solving

    Problem solving is the process of articulating solutions to problems. Problems have two critical attributes. First, a problem is an unknown in some context. That is, there is a situation in which there is something that is unknown (the difference between a goal state and a current state). Those situations vary from algorithmic math problems to ...

  18. Problem-Solving Strategies: Definition and 5 Techniques to Try

    In general, effective problem-solving strategies include the following steps: Define the problem. Come up with alternative solutions. Decide on a solution. Implement the solution. Problem-solving ...

  19. Problem Solving Techniques and Methods

    Problem solving can be defined as the process of a problem analysis and resolving it in the best way possible for that situation. This process contains analysing the problem (root cause analysis), defining countermeasures for the problem and implementing the right solution for that situation. For problem solving, people need critical thinking ...

  20. Problem Solving

    Problem solving skills refers to our ability to solve problems in an effective and timely manner without any impediments. It involves being able to identify and define the problem, generating alternative solutions, evaluating and selecting the best alternative, and implementing the selected solution. Obtaining a feedback and responding to it ...

  21. What Is Creative Problem-Solving & Why Is It Important?

    Creative problem-solving primarily operates in the ideate phase of design thinking but can be applied to others. This is because design thinking is an iterative process that moves between the stages as ideas are generated and pursued. This is normal and encouraged, as innovation requires exploring multiple ideas.

  22. PROBLEM-SOLVING definition and meaning

    The act or process of finding solutions to problems, esp by using a scientific or analytical.... Click for English pronunciations, examples sentences, video.

  23. What Are Problem-Solving Skills? Definitions and Examples

    Problem-solving skills are important in every career at every level. As a result, effective problem-solving may also require industry or job-specific technical skills. For example, a registered nurse will need active listening and communication skills when interacting with patients but will also need effective technical knowledge related to ...

  24. Do You Understand the Problem You're Trying to Solve?

    To solve tough problems at work, first ask these questions. Problem solving skills are invaluable in any job. But all too often, we jump to find solutions to a problem without taking time to ...

  25. Student spotlight: Zoe Weinstein explores the problem-solving power of

    Zoe Weinstein's story illustrates how data science enables students to engage in interdisciplinary problem-solving. Through the Data Science major and the DotData club, Weinstein—along with hundreds of fellow students, faculty, and staff—is an active participant in the fast-growing UW-Madison data science community.

  26. Extra Credit: Culturally Responsive Problem Solving Modules

    Traditional problem solving vs. problem solving with a culturally responsive approach; Strengths-based vs. deficit-based approach; How and why to reframe; Changing how we engage in the problem-solving process; What to Expect This module is presents school staff with an evidence-based, culturally responsive approach to problem solving with students.

  27. Opinion: The problem with Beyoncé's 'Jolene'

    Whether or not Beyoncé's 'Jolene' has anything to do with real life (hers or anyone else's), it's a mistake to see it as a departure from Dolly Parton's version, writes Holly Thomas.

  28. Opinion

    Having watched some (though not quite all) of "3 Body Problem," Netflix's hit adaptation of "The Three-Body Problem," the first book in a science-fiction saga by the Chinese author Liu ...

  29. How to tell if you have eye damage after viewing the eclipse

    If you're experiencing a loss of vision, altered vision or eye discomfort after viewing the eclipse, it's time to book an appointment with an eye doctor.

  30. EU Parliament approves major reforms to migration policy

    The European Union's plan to reform irregular migration passed a key hurdle on Wednesday, as the European Parliament voted through a package that will fundamentally change how the bloc tackles ...